I currently have the following formula which is saying that I've entered too few arguments for this function.
How would I go about fixing it? Is there an easier way?
=IF(AND(VLOOKUP('TAB1'!C2:C500=1,'TAB1'!D2:D500="yes"),"in use","available")
I want it to check the TAB1 sheet in column C to see if it returns either 1, 2, 3, 4, 5, 6, 7 or 8 (entered manually - no formula) (there will be other cells focusing on 2, 3, 4 etc.) and column D to see if that slot says "yes".
I want it to say "in use" if both conditions are fulfilled, and "available" if column D is not fulfilled.
Any help will be most appreciated, particularly if I'm using the wrong formula!
How would I go about fixing it? Is there an easier way?
=IF(AND(VLOOKUP('TAB1'!C2:C500=1,'TAB1'!D2:D500="yes"),"in use","available")
I want it to check the TAB1 sheet in column C to see if it returns either 1, 2, 3, 4, 5, 6, 7 or 8 (entered manually - no formula) (there will be other cells focusing on 2, 3, 4 etc.) and column D to see if that slot says "yes".
I want it to say "in use" if both conditions are fulfilled, and "available" if column D is not fulfilled.
Any help will be most appreciated, particularly if I'm using the wrong formula!