I have a sales tracker sheet and need to continuously pull data as new quotes are formed to show wins/ losses compared to our target in a dashboard.
Sheet has 3 columns that need to create the formula: Account type, Weighted Forecast, and Expected Quarter Close.
In real words, I want to say Weighted forescast is $1M for Foremarket and Cleanroom for Q1 (and then Q2, 3, 4) to show a bar graph like this
I need something like: SUMIFS(range, criterion_range1, criterion1, [criterion_range2, criterion2, ...])
=SUMIFS({Sheet - Sales Pipeline-Original Sales Trac Range 2}Weighted Forecast:Weighted Forecast,<$0, Account Type:, Foremarket Rep, Account Type:, Cleanroom Contractor, Expected Quarter Close:, Q1 2025)
There is an account type that should not be included in the weighted forecast.