Help with a SUMIF Formula please
Can someone help with me with an entire column formula so that I don't have to manually click through 25,000 rows of data? I would like the "Transaction Amount" column added and put in the "Total Client Revenue" column IF the "Transaction Type" column says 'payment'.
Best Answers
-
Try this in the Total Client Revenue column:
=IF([Transaction Type]@row="Payment", [Transaction Amount]@row)
-
Hi Julie, thank you so much for the formula you provided! Is there a formula that would then add those totals and put them in the red row for each client under the "Total Client Revenue" Column?
Answers
-
Try this in the Total Client Revenue column:
=IF([Transaction Type]@row="Payment", [Transaction Amount]@row)
-
Hi Julie, thank you so much for the formula you provided! Is there a formula that would then add those totals and put them in the red row for each client under the "Total Client Revenue" Column?
-
Ooooh- wait, I think I found it! If I collapse all parent rows and put =SUM((children))!!!
-
Awesome!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!