Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default What formula should I use to extract multiple data from one column

I have a spreadsheet that requires pulling three different criteria from the
same column and summing the result; however, I have four possibilities. I
have created the following formula, which works, but it seems long and
cumbersome. Is there something else like SUMPRODUCT? Thank you!

=SUMIF(D8:D15,"A",E8:E16)+SUMIF(D8:D15,"D",E8:E15) +SUMIF(D8:D15,"C",E8:E16)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default What formula should I use to extract multiple data from one column

One way


=SUM(SUMIF(D8:D15,{"A","D","C"},E8:E15))




--


Regards,


Peo Sjoblom

"KellyC" wrote in message
...
I have a spreadsheet that requires pulling three different criteria from
the
same column and summing the result; however, I have four possibilities. I
have created the following formula, which works, but it seems long and
cumbersome. Is there something else like SUMPRODUCT? Thank you!

=SUMIF(D8:D15,"A",E8:E16)+SUMIF(D8:D15,"D",E8:E15) +SUMIF(D8:D15,"C",E8:E16)



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default What formula should I use to extract multiple data from one co

Thank you. That worked perfectly!!

"Peo Sjoblom" wrote:

One way


=SUM(SUMIF(D8:D15,{"A","D","C"},E8:E15))




--


Regards,


Peo Sjoblom

"KellyC" wrote in message
...
I have a spreadsheet that requires pulling three different criteria from
the
same column and summing the result; however, I have four possibilities. I
have created the following formula, which works, but it seems long and
cumbersome. Is there something else like SUMPRODUCT? Thank you!

=SUMIF(D8:D15,"A",E8:E16)+SUMIF(D8:D15,"D",E8:E15) +SUMIF(D8:D15,"C",E8:E16)




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
How to extract data from a column sakaraat Excel Discussion (Misc queries) 1 July 18th 08 04:46 PM
extract data from multiple workbooks heather Excel Discussion (Misc queries) 1 December 20th 07 08:05 AM
Extract data in put in a new column Michael Excel Worksheet Functions 5 February 18th 07 12:10 PM
extract data from multiple worksheets Bill Excel Worksheet Functions 1 January 19th 06 08:49 PM
How to extract data from multiple worksheets.. Nagar Excel Discussion (Misc queries) 1 April 1st 05 05:50 AM


All times are GMT +1. The time now is 09:46 PM.

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

About Us

"It's about Microsoft Excel"