Create separate sheet to print only rows with no value in specific cells

EdNerd

Active Member
Joined
May 19, 2011
Messages
464
(XL 2007) I need to see if I can use formulas to pull values from one worksheet into another based on whether a certain cell has a value or not. I'm trying to create a printable page, devoid of Conditional Formatting colors and showing only values for rows in which the cell in (for example) Col E in that row is blank. But no blanks for rows that don't meet criterion. And formulas only, no VBA please.

I could just run a formula down each column: =IF(Sheet1!E5 = "", Sheet!A5,""), =IF(Sheet1!E5 = "", Sheet!B5,""), etc. But that will give me blank rows where E5 is not blank.

I'm thinking I'm looking at an array formula?? How would I sset that up?

Ed
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Apologies - I do not see a way to edit the previous post.

I do have the following array formula that will copy everything over:
=IFERROR(INDEX(PC57!A6:A100,SMALL((IF(LEN(PC57!A6:A100),ROW(INDIRECT("1:"&ROWS(PC57!A6:A100))))),ROW(A1)),1),"")

Unfortunately, it's not dowing me much good because I can't figure out how to adjust it to leave out values with col E blank.
 
Upvote 0

Forum statistics

Threads
1,224,589
Messages
6,179,744
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top