Formula to match data from one sheet to another, then calculate the total if a different column true
STUCK in Formula H_ll! lol
I'm terrible at formulas and trying to learn! I need your help PLEASE!
I have a Master sheet where everyone places orders, it contains the an account number to be charged to and total for each order as well as the status of each order, in a separate sheet I have all of the account numbers. In the second sheet I need to create a formula that for each account number go look at the master sheet and find all order with the same account number, and that are "Approved" and tell me the total cost of all of the orders for the account number.
This is what I have thus far & can't figure out what I'm doing wrong…….
=SUMIFS({SOURCEpromasterWinningAmount}, [OS ACCOUNT CODE]@row, {SOURCEpromasterAccountNumber}, {SOURCEpromasterProcureApproval},"Approved")
I would greatly appreciate any guidance!
Best Answer
-
Looks like you got your range and criteria flipped, see what happens with this
=SUMIFS({SOURCEpromasterWinningAmount},{SOURCEpromasterAccountNumber},[OS ACCOUNT CODE]@row, {SOURCEpromasterProcureApproval},"Approved")
Answers
-
Looks like you got your range and criteria flipped, see what happens with this
=SUMIFS({SOURCEpromasterWinningAmount},{SOURCEpromasterAccountNumber},[OS ACCOUNT CODE]@row, {SOURCEpromasterProcureApproval},"Approved")
-
It worked! I am SOOOOOOOOOOOOOOOOO GRATEFUL! Thank you!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!