Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you tell excel to ignore #### cells when calculating | Excel Worksheet Functions | |||
How can I ignore blanks when concatenating cells in Excel? | Excel Discussion (Misc queries) | |||
How can I get excel to ignore formula in dependant cells... | Excel Worksheet Functions | |||
How do I ignore cells in Excel? | Excel Worksheet Functions | |||
how do I get excel to ignore blank cells in formulas | Excel Worksheet Functions |