Newbie Question - simple formula help

Hi all - I'm trying to create a formula to automatically divide a $amount by 4 IF the accrual column is listed as "all 2024".
OR a more complicated formula: ideally id like to cross reference sheets to SUM all $amounts for Accrual: Q1 AND Accrual "All 2024/divided by 4" . Is it possible to do this?
total $ requested for Q1 = Any "Q1" requests AND any "All 2024"/4(to break amount into quarters) requests
Any help would be GREAT!
Best Answer
-
You would use a standard SUMIFS for the Q1 entries. Then you would add to it another standard SUMIFS for the All 2024 entries divided by 4.
=SUMIFS({Column To Sum}, {Quarter Column}, @cell = "Q1 2024") + (SUMIFS({Column To Sum}, {Quarter Column}, @cell = "All 2024") / 4)
Answers
-
-
@Paul Newcome Hi - Yes!
Bottom Pic: Q1 requested Column. I want to get a formula that will Total all purchase amounts that belong to the following criteria: Accrual: Q1 & 1/4 of All 2024 (4 quarters, divide total by 4), Marketing Campaign: Channel and Sub task: Channel - Other.
I would create a formula for each row as the criteria changes for Marketing Campaign & Sub Task.
I can create the formula correctly if i just have Q1 but I dont know how to include the rows that are listed as "all 2024" and have them break down into correct amounts while adding it to all of the other Q1 totals.
Help! Hopefully this makes sense?
-
You would use a standard SUMIFS for the Q1 entries. Then you would add to it another standard SUMIFS for the All 2024 entries divided by 4.
=SUMIFS({Column To Sum}, {Quarter Column}, @cell = "Q1 2024") + (SUMIFS({Column To Sum}, {Quarter Column}, @cell = "All 2024") / 4)
-
@Paul Newcome I think it's working!! You are awesome! thank you for the help
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!