Hi I have a problem with a formula returning #n/a when value is not found
{=INDEX(Sheet1!$A$1:$A$31,MATCH(1,IF(Sheet1!$D$1:$D$31=D3,IF(Sheet1!$E$1:$E$31=$D$1,1)),0))}
Thanks in advance
Hi I have a problem with a formula returning #n/a when value is not found
{=INDEX(Sheet1!$A$1:$A$31,MATCH(1,IF(Sheet1!$D$1:$D$31=D3,IF(Sheet1!$E$1:$E$31=$D$1,1)),0))}
Thanks in advance
Use the IFERROR function..
=IFERROR(your formula),"")
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
Try using ISERROR function
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks