=IF($J$4=1,VLOOKUP(E14,E14:G14,2,FALSE),IF($J$4=2,VLOOKUP(E25,E25:G25,2,FALSE)))
When i enter this formula is show like #N/A, how i can hide this #N/A from it.
Please help..!Thanks in Advance...!!
=IF($J$4=1,VLOOKUP(E14,E14:G14,2,FALSE),IF($J$4=2,VLOOKUP(E25,E25:G25,2,FALSE)))
When i enter this formula is show like #N/A, how i can hide this #N/A from it.
Please help..!Thanks in Advance...!!
Last edited by mzaheer_abbas; 01-11-2014 at 12:56 PM.
![]()
Please Login or Register to view this content.
With 2007 and up
=IFERROR(IF($J$4=1,VLOOKUP(E14,E14:G14,2,FALSE),IF($J$4=2,VLOOKUP(E25,E25:G25,2,FALSE))),"")
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks