Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Re Excel 97 --------
I want to SUM only the figures in J20:80 (put sum in J81) that do not have a blank corresponding cell in K20:80, but I can't figure out the IF statement. To clarify, if for instance, K25 is blank, then I don't want J25 included in the sum in J81. Jack |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way
=SUMPRODUCT(--(K20:K80<""),J20:J80) -- Regards, Peo Sjoblom "Jack B" wrote in message ... Re Excel 97 -------- I want to SUM only the figures in J20:80 (put sum in J81) that do not have a blank corresponding cell in K20:80, but I can't figure out the IF statement. To clarify, if for instance, K25 is blank, then I don't want J25 included in the sum in J81. Jack |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(K20:K80<""),J20:J80)
or =SUMPRODUCT((K20:K80<"")*J20:J80) -- David Biddulph Jack B wrote: Re Excel 97 -------- I want to SUM only the figures in J20:80 (put sum in J81) that do not have a blank corresponding cell in K20:80, but I can't figure out the IF statement. To clarify, if for instance, K25 is blank, then I don't want J25 included in the sum in J81. Jack |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Minusing 17.5% off a column of figures | Excel Worksheet Functions | |||
Calculate Figures in a column if ajacent column has particular da | Charts and Charting in Excel | |||
How to convert FIGURES in one column to WORDS in another column? | Excel Discussion (Misc queries) | |||
How to convert FIGURES in one column to WORDS in another column? | Excel Discussion (Misc queries) | |||
how do i get a column to only add up the figures in a certain col | Excel Discussion (Misc queries) |