Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Summing data based on a seperate column

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 175
Default Summing data based on a seperate column

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!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Summing data based on a seperate column

Something wrong with SUMIF?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"www.NavigatorUtilities.com" .(donotspam).
wrote in message ...
Hello,

Always advisable to do one step at a time. Have a working column that at
first identifies the numbers with the corresponding "s" with a formula
like
=IF(ISERROR(FIND("s",D7,1)),"",D7)

Step 2 Add the numbers together.

Let me know how you go
--
www.NavigatorUtilities.com

The Essential Excel Tool


"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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Summing data based on a seperate column

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Summing/Counting Data in One Column Based on Criteria Another Col agilek9 Excel Worksheet Functions 2 November 6th 08 11:24 PM
Seperate data from one sheet to multiple sheets based on a column [email protected] Excel Discussion (Misc queries) 7 September 8th 07 01:31 AM
summing values in a data table based on criteria in another column Dave F Excel Worksheet Functions 7 August 26th 06 05:36 PM
summing numbers based on 2nd column John K Excel Worksheet Functions 3 August 7th 06 07:22 PM
how do i seperate data from one column into two seperate ones in . Nikki Excel Discussion (Misc queries) 2 March 30th 05 09:31 PM


All times are GMT +1. The time now is 07:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"