I am trying to use vlookup to help someone pull data from the backend of a spreadsheet. 90% of my spreadsheet is working. I am getting vlookup to pull the data from the back and complete the basic columns but for the final column its supposed to output a yes/no based on if the column has anything it in or not. If the column has text in it the output should be "yes" if not "no". my current equation is:
=IF(ISERROR(VLOOKUP(A6,'Ad Hoc'!F4:AE1658,26,FALSE)=TRUE),"No","Yes")
I guess one question to double check, for the column to check data from (26 in the equation) is that based off of the column for the table its searching through or the sheet its refering to?
Thanks for any help I appreciate it!
=IF(ISERROR(VLOOKUP(A6,'Ad Hoc'!F4:AE1658,26,FALSE)=TRUE),"No","Yes")
I guess one question to double check, for the column to check data from (26 in the equation) is that based off of the column for the table its searching through or the sheet its refering to?
Thanks for any help I appreciate it!