Hi
I am using a Vlookup to check for a value between spreadsheets. This works fine and if found, returns the value and if not is shows as #NA.
I need to include a formula thats says, if the value is found "Reconciled" and if not "Not Reconciled".
I was using "ISERROR" to return a "0" instead of #NA but I still am unable to get it returning my "Reconciled" etc.
This is what i have so far.
=IF(ISERROR(VLOOKUP(C2,'Module Download'!C:J,7,FALSE)),0,(VLOOKUP(C2,'Module Download'!C:J,7,FALSE)))
Any help appreciated!
Thanks
I am using a Vlookup to check for a value between spreadsheets. This works fine and if found, returns the value and if not is shows as #NA.
I need to include a formula thats says, if the value is found "Reconciled" and if not "Not Reconciled".
I was using "ISERROR" to return a "0" instead of #NA but I still am unable to get it returning my "Reconciled" etc.
This is what i have so far.
=IF(ISERROR(VLOOKUP(C2,'Module Download'!C:J,7,FALSE)),0,(VLOOKUP(C2,'Module Download'!C:J,7,FALSE)))
Any help appreciated!
Thanks