I would like it to go through and display all values in a column once with the totals for that category, is this even possible in excel?

whereskris

New Member
Joined
May 12, 2015
Messages
2
Hi I have data laid out like below,
I am trying to write a formula to go through 1000's of rows in column B (Category) then display all of the records once and add up the totals
e.g. CCON $123.04
COTH $456.06

I have been able to do this with =SUMIFS(U27:U10000,F27:F10000,"="&I11,I27:I10000,"<="&J7,I27:I10000,">="&J6)
But I haven't been able to do it dynamically I have to actually type CCON in a cell for it to search for matches, I would like it to go through and display all values in a column once with the totals for that category, is this even possible?

Even better if possible then to display the above but between a start and end date entered in separate cells lets say A1 and A2





Project ID




Category





Resource Category Description





Acctg Date




Description




Journal ID




Vendor Name





Transaction Amount $
683234CCONConsultants07/31/2014PMO Alloc June 2014WG140703n/a4,721
683234CCONConsultants05/09/2014PMO Alloc Apr 2014LM0358n/a6,407
683234CCONConsultants06/19/2014PMO Alloc May 2014WG20140613n/a154
683234CCONConsultants05/09/2014PMO Alloc Apr 2014LM0358n/a203
683234CCONConsultants04/01/2014Tfr 474001 Mar 2014LM0336n/a107
683234COTHContractors - Other11/18/2014As per Quotation 7AU-703000710AP00248634GE Energy Measurement & Control Pty Ltd38,770
683234COTHContractors - Other04/01/2014Under contract 002-2103. ContrAP00237600GE Energy Measurement & Control Pty Ltd463,536
683234COTHContractors - Other06/10/2014Progress payment #2 upon SubmiAP00240681GE Energy Measurement & Control Pty Ltd463,536
683234COTHContractors - Other06/24/2014Progress payment #3 Upon ProcuAP00241322GE Energy Measurement & Control Pty Ltd231,768
683234COTHContractors - Other10/08/2014Progress payment #5 Upon MobilAP00246648GE Energy Measurement & Control Pty Ltd77,256
683234COTHContractors - Other09/26/2014Accrue Unmatched PO ReceiptsPO00246123n/a77,256
683234COTHContractors - Other10/01/2014Accrue Unmatched PO ReceiptsPO00246124n/a(77,256)
683234COTHContractors - Other11/07/2014Progress payment #4 Upon ShipmAP00248166GE Energy Measurement & Control Pty Ltd154,512
683234COTHContractors - Other10/31/2014Accrue Unmatched PO ReceiptsPO00247694n/a154,512
683234COTHContractors - Other10/31/2014WIP SysAssets Internallyfunded0000247865n/a0
683234COTHContractors - Other10/31/2014WIP SysAssets Internallyfunded0000247866n/a154,512
683234COTHContractors - Other11/01/2014Accrue Unmatched PO ReceiptsPO00247695n/a(154,512)
683234COTHContractors - Other11/01/2014WIP SysAssets Internallyfunded0000247865n/a0

<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Thanks Gaz chops, but I would like to dump the data in one tab, changes from project to project and do it by formula to populate a dashboard.
I haven't had anything to do with pivot tables so probably should learn them and see if it can accomplish what I need, I am thinking it will make it necessat to add another tab to my sheet that's all.
ie. p6_dump, p6_pivot_table, managers_report amonst many others
 
Upvote 0

Forum statistics

Threads
1,215,455
Messages
6,124,935
Members
449,195
Latest member
Stevenciu

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