Calculating between 2 worksheets

jray9242

Board Regular
Joined
May 7, 2011
Messages
61
I have a spreadsheet that I need to do some calcs for and I need help on how to set it up.

Worksheet: "Main" has the following columns.

Month: Jan, Feb, etc
Amount: ###.##
Code: "Misc", "Cell"
Status: "Good", "Blank"

Worksheet: "Totals" has the following columns.

Code
Totals
Count

I need to do a SUM for each entry like Misc, Cell, etc

I also might need it by Month and Code.

Example

Worksheet1:

Month Amount Code Status
Jan 1.00 MISC Good
Jan 1.00 MISC Good

Feb 1.00 MISC Good

Worksheet2:
Jan MISC 2.00
Feb MISC 1.00

An so on. How can I do this?

Thank you,

Jim
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Maybe

=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!C1:C100="MISC"),--(Sheet1!C1:C100="GOOD"),Sheet1!C=B1:B100)

Or maybe a Pivot Table.
 
Upvote 0
If it did work, why did you re-post the question in another thread?

If it did not work, please keep re-posting in this thread. Do not start a new thread, as threads of a duplicate nature will be locked or deleted per forum rules.
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,484
Members
452,917
Latest member
MrsMSalt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top