jordiejones
New Member
- Joined
- May 5, 2010
- Messages
- 31
So a little background. my company spends about an hour each day (seven days a week) putting together an hourly floorchart to organize a staff of 20. not everyone works in a given day. I wish to exclude the following: BLANK,"req","off","pto","muh".
I have tried combining NOT(ISBLANK, COUNTIF, SMALL, and achieved limited results.
currently I have tried using the following
which I found through searching but it does not do exactly what I am trying to do (I need to figure out how to add that to a vlookup?)
Any help even if direction to figure out how to ask the right questions would be greatly appreciated. I have posted a file showing what Im trying to do on my rapidshare:
http://rapidshare.com/files/452400003/example_of_pull_from_schedule.xlsx
I have tried combining NOT(ISBLANK, COUNTIF, SMALL, and achieved limited results.
currently I have tried using the following
Code:
=IF(ISERROR(INDEX(D:D,SMALL(INDEX(NOT(ISBLANK($D$2:$D$20))*ROW($D$2:$D$20),0),COUNTBLANK($D$2:$D$20)+ROW(D9)))),"",INDEX(D:D,SMALL(INDEX(NOT(ISBLANK($D$2:$D$20))*ROW($D$2:$D$20),0),COUNTBLANK($D$2:$D$20)+ROW(D9))))
which I found through searching but it does not do exactly what I am trying to do (I need to figure out how to add that to a vlookup?)
Any help even if direction to figure out how to ask the right questions would be greatly appreciated. I have posted a file showing what Im trying to do on my rapidshare:
http://rapidshare.com/files/452400003/example_of_pull_from_schedule.xlsx