I have multiple sheets of data within my workbook that have the same column headers and I am trying to combine an If statement and nested vlookups to return a value if found. This is the latest formula I have tried, but it is still not working;
=IF(ISERROR(VLOOKUP($A5,'1-to-1 Match FAs'!$A:$AG,22,FALSE)),(VLOOKUP($A5,'OOMs by FA Totals <>'!$A:$AG,22,FALSE)))
Thanks
0411