Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To check if they're really empty (not even a formula!):
=if(counta(e3:l3)=0,"all empty","not all empty") So maybe... In o3: =if(counta(e3:l3)=0,0,c3*d3) =sum() doesn't help in this expression: =sum(c3*d3) Linexe wrote: Can anyone give me formual for a sum if all ie (E3:L3) is blank bearing in mind these cell have both dates and qty in? I would like: 0 O3=Sum(C3*D3) If E3:L3 = "" Can anyone help please Thanks Linexe -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index/match - make blank cells return a blank value. | Excel Worksheet Functions | |||
Maximum Number of Blank Cells between Non Blank Cells in a Range | Excel Worksheet Functions | |||
How to count blank cells (Rows) between Non-Blank cells in Col "A" | Excel Discussion (Misc queries) | |||
Imported Data creates blank cells that aren't really blank | Excel Worksheet Functions | |||
Making Blank Cells Really Blank (Zen Koan) | Excel Worksheet Functions |