I have INDEX formula with big array. If it doesn't find anything it shows zero. I would like it to show empty cell instead.
=INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110))
I have INDEX formula with big array. If it doesn't find anything it shows zero. I would like it to show empty cell instead.
=INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110))
Perhaps
Formula:
=if(INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110))=0,"",INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110)))
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.
thank you, works fine
Last edited by purlo; 01-25-2016 at 03:17 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks