Hi,
I am trying to combine an if statement, with a dual vlookup...
What I am trying to get a result for is: If a cell in sheet 1 has a "yes" value, then lookup that name & type with a value on sheet 2 which is in sheet 3...
I know that it is doing something correct as cells that have a "yes" in is coming up n/a but cells which are blank are coming up false.
This is my formula any help is very much appreciated: (PS I am a novice, please be nice and try to explain as simple as possible)
=IF(Games!B6="YES",VLOOKUP(Games!A6,'Appearance Fees'!$A$4:$P$100,MATCH('Amounts '!B5,'Appearance Fees'!$B$2:$P$100,0)+1,0))
Thanks
Bookmarks