Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Get excel to ignore cells with no value entered into them

Another question from the excel dummy. I work in the oil industr
offshore drilling oil wells. I have built a spread sheet to total th
lengths of pipe that we have in use. Lets say that in column A, I hav
the individual items length entered. In column B i have it totallin
the lengths. For this example I only have 10 items in use. When i ge
to A11 there is no length entered. I have already entered the formula
for doing the math in the B column. So in B11 it contains the sam
value as B10 since there was no value entered into A11 for it to sum
this continues all the way down the page. This is really not a bi
problem but it would make the sheet look more proffesional if it lef
the blank cells blank. I have set up the very bottom cell on the shee
as the grand total cell so I will have the ending length already
Basically I want if the A cell is blank then the formula in the B cel
would make it remain blank. This may not be possible but if anyon
knows how to make it do it I would appreciate it.

Once again, thanks for all your help.
speed

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Get excel to ignore cells with no value entered into them

Speedy,

Try writing your formulas in column B similar to the following:

=IF(A1="","",A1)

This will return an empty string rather than 0 if A1 is empty.
Otherwise, it will return the value in A1.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"speedy18 " wrote in
message ...
Another question from the excel dummy. I work in the oil

industry
offshore drilling oil wells. I have built a spread sheet to

total the
lengths of pipe that we have in use. Lets say that in column A,

I have
the individual items length entered. In column B i have it

totalling
the lengths. For this example I only have 10 items in use. When

i get
to A11 there is no length entered. I have already entered the

formulas
for doing the math in the B column. So in B11 it contains the

same
value as B10 since there was no value entered into A11 for it

to sum,
this continues all the way down the page. This is really not a

big
problem but it would make the sheet look more proffesional if

it left
the blank cells blank. I have set up the very bottom cell on

the sheet
as the grand total cell so I will have the ending length

already.
Basically I want if the A cell is blank then the formula in the

B cell
would make it remain blank. This may not be possible but if

anyone
knows how to make it do it I would appreciate it.

Once again, thanks for all your help.
speedy


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
can you tell excel to ignore #### cells when calculating Mark Excel Worksheet Functions 5 June 23rd 07 12:37 AM
How can I ignore blanks when concatenating cells in Excel? NatChat Excel Discussion (Misc queries) 5 February 26th 07 05:01 AM
How can I get excel to ignore formula in dependant cells... Ted Excel Worksheet Functions 4 November 21st 05 10:03 PM
How do I ignore cells in Excel? texanfanrocket Excel Worksheet Functions 12 June 9th 05 11:23 PM
how do I get excel to ignore blank cells in formulas rbignami Excel Worksheet Functions 1 May 6th 05 03:18 AM


All times are GMT +1. The time now is 10:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"