Hello Everyone
Can anyone help me with my formula
I need to do a VLookup on a Cell but the Table Array needs to be different based on the Value of another Cell.
=IF(B5="Office",VLOOKUP($B$9,matrix!$D$2:$F$100,2,FALSE),IF(B5="Production",VLOOKUP($B$9,matrix!$AG$2:$AJ$100,2,FALSE),"0"))
Any...