Try
=IFERROR(VLOOKUP(B35,G35:H45,2,FALSE),"")
OR
=IF(B35="","",(VLOOKUP(B35,G35:H45,2,FALSE)))
Try
=IFERROR(VLOOKUP(B35,G35:H45,2,FALSE),"")
OR
=IF(B35="","",(VLOOKUP(B35,G35:H45,2,FALSE)))
Last edited by JohnTopley; 01-31-2016 at 04:35 PM.
Thanks for that, I went with the latter.
I tried to use the same principle with E column,
=IF(H37="","",IF(H37="M",$E$1/D37,$E$2/D37))
so I now get blanks, but this hasn't solved the problem with P and X column array formula results.
I get the impression I'm missing something very simple with this that would get it to work.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks