Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, can anyone tell me how to get:
=ROUND(D23*C42,3) answer appears in cell E23 to run when some cells are blank please? I have other formula doing similar stuff, but are unsure if the principles are generic - cant get it to work either way, so are open to suggestions?? Ted. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
What do you mean by: "...get ... to run when some cells are blank please" ? If any or both cells are empty the formula will return zero. If you mean that any or both of these cell may contain formula blanks: "", then the formula will return an error. If that's the case what value do you want the formula to return? Biff "Ted" wrote in message ... Hi, can anyone tell me how to get: =ROUND(D23*C42,3) answer appears in cell E23 to run when some cells are blank please? I have other formula doing similar stuff, but are unsure if the principles are generic - cant get it to work either way, so are open to suggestions?? Ted. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi, I just wanted it to discount cells that were blank and then leave the
'answer cell' blank too (as in withough a zero). I have a formula that seems to be working now =IF(N(D24)=0,"",ROUND(D24*C48,3)) thanks for your help though, its appriciated. Ted. "Biff" wrote: Hi! What do you mean by: "...get ... to run when some cells are blank please" ? If any or both cells are empty the formula will return zero. If you mean that any or both of these cell may contain formula blanks: "", then the formula will return an error. If that's the case what value do you want the formula to return? Biff "Ted" wrote in message ... Hi, can anyone tell me how to get: =ROUND(D23*C42,3) answer appears in cell E23 to run when some cells are blank please? I have other formula doing similar stuff, but are unsure if the principles are generic - cant get it to work either way, so are open to suggestions?? Ted. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help keeping the worksheet names within formula | Excel Worksheet Functions | |||
How do I lock a formula in a cell in an Excel worksheet? | Excel Worksheet Functions | |||
Worksheet references another tab in formula | Excel Worksheet Functions | |||
Problems with the VLOOKUP formula | Excel Worksheet Functions | |||
Can I use a formula to get the worksheet name into a cell? | Excel Worksheet Functions |