I am trying to use an IF(ISNA formula to eliminate any #N/A entries from occurring in my sheet, but when I ctrl shift enter (array formula) none of the #N/As go away. The formula still works for the cells that return values, but it doesn't eliminate the #N/As. Any ideas? Here's the formula:
=IF(ISNA(OFFSET(Table,0,MATCH("Commissioning Completion",OFFSET(Table,0,0,1,COLUMNS(Table)),0)-1,ROWS(Table),1)),"",(OFFSET(Table,0,MATCH("Commissioning Completion",OFFSET(Table,0,0,1,COLUMNS(Table)),0)-1,ROWS(Table),1)))
Last edited by NBVC; 06-30-2011 at 03:57 PM.
It seems to work for me on a sample I tried to reverse-engineer from your formula...
But perhaps putting up your actual spreadsheet sample (or facsimile) would help.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Yeah, I discovered it was that the range of "Table" was smaller than the array I was spreading the formula over. I expanded the table range and it worked. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks