Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I'm trying to add figures in a column only if there is an 'S' in anyone of the cells of another column. Example: Adding F7:F33 only if D7:D33 has an S in it. I would like the result to show in C37. Note: I already have a total count of S's from D7:D33 in C36. I tried using formula: =SUM(F7:INDEX(F7:F33,C36)). It worked at first, but then went wacky. Thanks for any ideas! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if you want to sum the values in F7:F33 based on the condition if any of
the cells in D7:D33 has a S try =SUMIF(D7:D33,"S",F7:F33) -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis Am not a greek but an ordinary user trying to assist another "ADC76" wrote: Hello, I'm trying to add figures in a column only if there is an 'S' in anyone of the cells of another column. Example: Adding F7:F33 only if D7:D33 has an S in it. I would like the result to show in C37. Note: I already have a total count of S's from D7:D33 in C36. I tried using formula: =SUM(F7:INDEX(F7:F33,C36)). It worked at first, but then went wacky. Thanks for any ideas! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Francis. That worked perfectly! I appreciate the help.
ADC76 "Francis" wrote: if you want to sum the values in F7:F33 based on the condition if any of the cells in D7:D33 has a S try =SUMIF(D7:D33,"S",F7:F33) -- Hope this is helpful Pls click the Yes button below if this post provide answer you have asked Thank You cheers, francis Am not a greek but an ordinary user trying to assist another "ADC76" wrote: Hello, I'm trying to add figures in a column only if there is an 'S' in anyone of the cells of another column. Example: Adding F7:F33 only if D7:D33 has an S in it. I would like the result to show in C37. Note: I already have a total count of S's from D7:D33 in C36. I tried using formula: =SUM(F7:INDEX(F7:F33,C36)). It worked at first, but then went wacky. Thanks for any ideas! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing/Counting Data in One Column Based on Criteria Another Col | Excel Worksheet Functions | |||
Seperate data from one sheet to multiple sheets based on a column | Excel Discussion (Misc queries) | |||
summing values in a data table based on criteria in another column | Excel Worksheet Functions | |||
summing numbers based on 2nd column | Excel Worksheet Functions | |||
how do i seperate data from one column into two seperate ones in . | Excel Discussion (Misc queries) |