AgTalk Home
AgTalk Home
Search Forums | Classifieds (147) | Skins | Language
You are logged in as a guest. ( logon | register )

Excel running total
View previous thread :: View next thread
   Forums List -> Computer TalkMessage format
 
Omar
Posted 10/20/2018 20:00 (#7056858 - in reply to #7056765)
Subject: RE: Excel running total


Elmira, Ontario

You would want to sum up the loads by contract with SUMIFS(). This will sum up a range with a condition of the load matching the contract. Then you can easily subtract the load total from the contract.

Since you have the dropdown for contract, that should go in column A (doesn't matter, I'm just using that for illustration). The load amount goes in column B.

=SUMIFS(loadrange,contractrange,contract)

or

=SUMIFS(b4:b100,a4:a100,a1) for example. Where a1 contains the contract name you want to sum the loads for.

Top of the page Bottom of the page


Jump to forum :
Search this forum
Printer friendly version
E-mail a link to this thread

(Delete cookies)