Hallo, i want to extract the columns E and O from the sheet 'work' only for the cells that the corresponding Y column cell is blank.
(The formula that i have in sheet1, puts the correct cells one after another.)
To remove the cells that are blank in Y column AND are blank also in E column, i was thinking to replace the small function with this: SMALL(IF(AND(WORK!$Y$13:$Y$45="";WORK!$E$13:$E$45<>"")))
This doesn't seem to work.
Any help?
Bookmarks