wayneryeven
Technical User
Hi All
I have the followi9ng formula that essentially checks a cell to ensure it has a value that isnt empty or says "holiday" and then proceeds to do a lookup into a pivot table to retrieve a value.
I am getting N/A errors now when the lookup fails so i want to wrap the formula in a ISNA or ISERROR but i am having some trouble getting it right....can anyone point me in the right direction?
The forumla so far is:
=IF(ISBLANK(C$25),"",IF(C$25="Holiday","",VLOOKUP($A26,INDIRECT("Analysis"),MATCH(C$25,INDIRECT("Analysis_TopRow")))))
Just need somehow to stop the N/A errors coming up....!
Thanks to all who gives me their time and advise,
W
I have the followi9ng formula that essentially checks a cell to ensure it has a value that isnt empty or says "holiday" and then proceeds to do a lookup into a pivot table to retrieve a value.
I am getting N/A errors now when the lookup fails so i want to wrap the formula in a ISNA or ISERROR but i am having some trouble getting it right....can anyone point me in the right direction?
The forumla so far is:
=IF(ISBLANK(C$25),"",IF(C$25="Holiday","",VLOOKUP($A26,INDIRECT("Analysis"),MATCH(C$25,INDIRECT("Analysis_TopRow")))))
Just need somehow to stop the N/A errors coming up....!
Thanks to all who gives me their time and advise,
W