Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
could you look into my query if you can help.
I posted it 17.54 (UK). From- MahaRaj. Thanks "Myrna Larson" wrote in message ... Just curious, but why do you suggest using another cell rather than embedding the COUNT function in the original formula? On Tue, 19 Oct 2004 21:07:15 GMT, "MahaRaj®" wrote: "Jean-Paul De Winter" wrote in message ... Hi, Suppose I have a range from A1 to C6. I need to calculate a % out of these 18 cells The formula I use is: (sum(A1:C6)*18)/100 This works perfectly if all cells contain a value, but what if some cells are left empty.... What should the formula be in that case?? Thanks I would use another Cell say "E15" with formula =Count(A1:C6) it will count the cell that have any data in it leaving empty cells. Say you have numbers in only 15 cells so E15 would be 15. Change your % formula to =(Sum(A1:C6)*E15)/100 Hope this help. MahaRaj |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate sum in between 2 empty cell | Excel Discussion (Misc queries) | |||
Excel - Autom. Filter "Empty / Non Empty cells" should come first | Excel Discussion (Misc queries) | |||
When I SUM cells & 1 is empty I need the result to be empty not 0 | Excel Discussion (Misc queries) | |||
How can I convert empty strings to empty cells? | Excel Discussion (Misc queries) | |||
Can blank cells created using empty Double-Quotes not be empty?? | Excel Programming |