Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Using SUMIF Function to get data from several worksheets

I use the following formulas to bring in data from other worksheets in a
workbook. Currently each formula brings the data into a separate cell on
sheet 4. I would like to combine all three formulas to bring the data into
one cell instead of three indivudal cells. How can this be done?

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E)
=SUMIF(Sheet 2!D:D,"Your Name",Sheet 2!E:E)
=SUMIF(Sheet 3!D:D,"Your Name",Sheet 3!E:E)

Thank You
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Using SUMIF Function to get data from several worksheets

One way:

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E) + SUMIF(Sheet
2!D:D,"Your Name",Sheet 2!E:E) + SUMIF(Sheet 3!D:D,"Your Name",Sheet
3!E:E)

for other ways, see

http://www.mcgimpsey.com/excel/threedsumif.html



In article ,
Kazmaniac wrote:

I use the following formulas to bring in data from other worksheets in a
workbook. Currently each formula brings the data into a separate cell on
sheet 4. I would like to combine all three formulas to bring the data into
one cell instead of three indivudal cells. How can this be done?

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E)
=SUMIF(Sheet 2!D:D,"Your Name",Sheet 2!E:E)
=SUMIF(Sheet 3!D:D,"Your Name",Sheet 3!E:E)

Thank You

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Using SUMIF Function to get data from several worksheets

Thank You! One note though....In order to get the formula to work I had to
change the names of the work sheets so there were no spaces in the name and
then modified the formulas to also remove the space in the worksheet names.
Once I removed the space the formula worked. Once again - thank You.

"JE McGimpsey" wrote:

One way:

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E) + SUMIF(Sheet
2!D:D,"Your Name",Sheet 2!E:E) + SUMIF(Sheet 3!D:D,"Your Name",Sheet
3!E:E)

for other ways, see

http://www.mcgimpsey.com/excel/threedsumif.html



In article ,
Kazmaniac wrote:

I use the following formulas to bring in data from other worksheets in a
workbook. Currently each formula brings the data into a separate cell on
sheet 4. I would like to combine all three formulas to bring the data into
one cell instead of three indivudal cells. How can this be done?

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E)
=SUMIF(Sheet 2!D:D,"Your Name",Sheet 2!E:E)
=SUMIF(Sheet 3!D:D,"Your Name",Sheet 3!E:E)

Thank You


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Using SUMIF Function to get data from several worksheets

I used your individual formulas without paying attention to the spaces.
You could also have put single quotes around the sheet names:

=SUMIF('Sheet 1'!D:D,"Your Name",'Sheet 1'!E:E) + ...


In article ,
Kazmaniac wrote:

Thank You! One note though....In order to get the formula to work I had to
change the names of the work sheets so there were no spaces in the name and
then modified the formulas to also remove the space in the worksheet names.
Once I removed the space the formula worked. Once again - thank You.

"JE McGimpsey" wrote:

One way:

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E) + SUMIF(Sheet
2!D:D,"Your Name",Sheet 2!E:E) + SUMIF(Sheet 3!D:D,"Your Name",Sheet
3!E:E)

for other ways, see

http://www.mcgimpsey.com/excel/threedsumif.html



In article ,
Kazmaniac wrote:

I use the following formulas to bring in data from other worksheets in a
workbook. Currently each formula brings the data into a separate cell on
sheet 4. I would like to combine all three formulas to bring the data
into
one cell instead of three indivudal cells. How can this be done?

=SUMIF(Sheet 1!D:D,"Your Name",Sheet 1!E:E)
=SUMIF(Sheet 2!D:D,"Your Name",Sheet 2!E:E)
=SUMIF(Sheet 3!D:D,"Your Name",Sheet 3!E:E)

Thank You


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
SUMIF across multiple worksheets Fgbdrum Excel Discussion (Misc queries) 5 October 20th 06 06:29 PM
Sumif Across multiple worksheets Giantrobot Excel Worksheet Functions 2 June 15th 06 08:28 PM
SUMIF across worksheets Patricia Excel Worksheet Functions 2 February 24th 06 06:06 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM
I WANT TO USE THE SUMIF FUNCTION WITH DATA SERIES MORE THAN ONE C. THANOS Excel Worksheet Functions 1 December 30th 04 09:28 AM


All times are GMT +1. The time now is 03:12 AM.

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"