Forum Discussion
Deleted
Jun 27, 2018Need Help Changing Nested IF formulas to Vlookups
Hi there, I am in the process of trying to clean up Nested IF(AND formulas and converting them to Vlookup tables. I am having a very difficult time trying to figure out how to create some of the...
SergeiBaklan
Jun 27, 2018Diamond Contributor
Hi Kristin,
Perhaps
= IFERROR(IF(CD4=2018, MIN(INDEX({80,90,84,96},MATCH(Shift,{8,9,10.5,12},0)),CB4*Shift), FALSE),FALSE)
- DeletedJun 28, 2018Thank you Sergei. The formula doesn't seem to work, but I found another way.
thank you for your help- SergeiBaklanJun 28, 2018Diamond Contributor
Hi Kristin,
That's okay, thank you for the feedback. If you have time could you please to clarify what's wrong with the formula - on my fast test all three give the same result
and attached.
Thank you