Excel 2003-eliminate blank rows in target worksheet using =IF

R

Rich D

I have a Change Order Ledger worksheet with change Orders pertaining to
different jobs. Using =IF('[Change Order
Ledger.xls]Ledger'!$K$4="","",IF('[Change Order
Ledger.xls]Ledger'!$B4=Profile!$D$4,'[Change Order
Ledger.xls]Ledger'!$B4,"")) to move information into a worksheet specific to
that job (Profile$D$4), it is a straight row to row transfer, leaving blank
rows in my target worksheet. How can I put those rows relevant to the
specific job in Rows 1,2,3, etc removing the balnk rows? Help is
appreciated. Thanks.
 
R

Rich D

Not getting any response... I need additional code to eliminate the blank
rows when I move data to another worksheet based on IF statement.
 
G

Gord Dibben

You say "code".

All I see in your original post is a formula which presumably is entered
somewhere on a target sheet.

You cannot delete blank rows based on a formula.

I an confused by your description of what you want.

You can delete blank rows using VBA or simply using F5>Special>Blanks>OK

Edit>Delete>Entire Row


Gord Dibben MS Excel MVP
I have a Change Order Ledger worksheet with change Orders pertaining to
different jobs. Using =IF('[Change Order
Ledger.xls]Ledger'!$K$4="","",IF('[Change Order
Ledger.xls]Ledger'!$B4=Profile!$D$4,'[Change Order
Ledger.xls]Ledger'!$B4,"")) to move information into a worksheet specific to
that job (Profile$D$4), it is a straight row to row transfer, leaving blank
rows in my target worksheet. How can I put those rows relevant to the
specific job in Rows 1,2,3, etc removing the balnk rows? Help is
appreciated. Thanks.
 
R

Rich D

Sorry, I'm new to all this jargon. I think what I'm looking for is code as
there are a lot of blank rows to deal with.
--
Rich D
Armstrong Custom Homes
Redmond


Gord Dibben said:
You say "code".

All I see in your original post is a formula which presumably is entered
somewhere on a target sheet.

You cannot delete blank rows based on a formula.

I an confused by your description of what you want.

You can delete blank rows using VBA or simply using F5>Special>Blanks>OK

Edit>Delete>Entire Row


Gord Dibben MS Excel MVP
I have a Change Order Ledger worksheet with change Orders pertaining to
different jobs. Using =IF('[Change Order
Ledger.xls]Ledger'!$K$4="","",IF('[Change Order
Ledger.xls]Ledger'!$B4=Profile!$D$4,'[Change Order
Ledger.xls]Ledger'!$B4,"")) to move information into a worksheet specific to
that job (Profile$D$4), it is a straight row to row transfer, leaving blank
rows in my target worksheet. How can I put those rows relevant to the
specific job in Rows 1,2,3, etc removing the balnk rows? Help is
appreciated. Thanks.


Not getting any response... I need additional code to eliminate the blank
rows when I move data to another worksheet based on IF statement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top