Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default if < on one tab - want total on a summary sheet

I am trying to pull a summary sheet together for data I have exported to excel.
This is for a budget report. I want to show all the committed dollar
amounts in the codes of the 200's. I will repeat on a second line for 300's
etc.

If column F data is greater than or less than (say 200 / 299) I'd like the
grand total of the dollar amount from column N

Tabs = MP07-04 Sort (export data information)
Col F name - Account Number
Cold N Name - Commit Amt

I am pulling into tab Budget Reconcile.

Thank you!
New User
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default if < on one tab - want total on a summary sheet

Try this:

=SUMPRODUCT(--('MP07-04 Sort'!F1:F100=200),--('MP07-04
Sort'!F1:F100<=299),'MP07-04 Sort'!N1:N100)

--
Biff
Microsoft Excel MVP


"BT" wrote in message
...
I am trying to pull a summary sheet together for data I have exported to
excel.
This is for a budget report. I want to show all the committed dollar
amounts in the codes of the 200's. I will repeat on a second line for
300's
etc.

If column F data is greater than or less than (say 200 / 299) I'd like the
grand total of the dollar amount from column N

Tabs = MP07-04 Sort (export data information)
Col F name - Account Number
Cold N Name - Commit Amt

I am pulling into tab Budget Reconcile.

Thank you!
New User



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default if < on one tab - want total on a summary sheet

Biff,
Thank YOU! Very much. This worked.
I am happy to have found this site to learn so much more with excel!!

Appreciate your help!
BT

"T. Valko" wrote:

Try this: =SUMPRODUCT(--('MP07-04 Sort'!F1:F100=200),--('MP07-04
Sort'!F1:F100<=299),'MP07-04 Sort'!N1:N100)

--
Biff
Microsoft Excel MVP


"BT" wrote in message
...
I am trying to pull a summary sheet together for data I have exported to
excel.
This is for a budget report. I want to show all the committed dollar
amounts in the codes of the 200's. I will repeat on a second line for
300's
etc.

If column F data is greater than or less than (say 200 / 299) I'd like the
grand total of the dollar amount from column N

Tabs = MP07-04 Sort (export data information)
Col F name - Account Number
Cold N Name - Commit Amt

I am pulling into tab Budget Reconcile.

Thank you!
New User




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default if < on one tab - want total on a summary sheet

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"BT" wrote in message
...
Biff,
Thank YOU! Very much. This worked.
I am happy to have found this site to learn so much more with excel!!

Appreciate your help!
BT

"T. Valko" wrote:

Try this: =SUMPRODUCT(--('MP07-04 Sort'!F1:F100=200),--('MP07-04
Sort'!F1:F100<=299),'MP07-04 Sort'!N1:N100)

--
Biff
Microsoft Excel MVP


"BT" wrote in message
...
I am trying to pull a summary sheet together for data I have exported to
excel.
This is for a budget report. I want to show all the committed dollar
amounts in the codes of the 200's. I will repeat on a second line for
300's
etc.

If column F data is greater than or less than (say 200 / 299) I'd like
the
grand total of the dollar amount from column N

Tabs = MP07-04 Sort (export data information)
Col F name - Account Number
Cold N Name - Commit Amt

I am pulling into tab Budget Reconcile.

Thank you!
New User






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
Summary Sheet - Total Multiple Sheets Gayla Excel Discussion (Misc queries) 6 June 25th 07 10:17 PM
Summing related cell values and returning total to summary gt_initial Excel Discussion (Misc queries) 2 March 7th 07 05:42 PM
General summary total by item CleverCat Excel Worksheet Functions 1 November 21st 06 12:57 AM
Summary total from another worksheet? tb Excel Worksheet Functions 1 January 18th 06 01:48 PM
Show one total summary but have drill down to detail Kharpo7 Excel Discussion (Misc queries) 1 December 20th 04 04:50 PM


All times are GMT +1. The time now is 11:36 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"