I'm having a hard time getting the sumifs working with my dynamic range names ive created.
Here are the named ranges and formulas:
CLMarket- =OFFSET('Global Performance Highlights'!$F$44,0,0,COUNTA('Global Performance Highlights'!$F:$F)-1)
CLOffice- =OFFSET('Global Performance Highlights'!$G$44,0,0,COUNTA('Global Performance Highlights'!$G:$G)-1)
CLRevenue- =OFFSET('Global Performance Highlights'!$K$44,0,0,COUNTA('Global Performance Highlights'!$K:$K)-1)
I am referencing k44 because thats the table that hold my data and any additions i make to it id like the formula to automatically calculate.
My sumifs formula is as follows: =SUMIFS(CLRevenue,CLOffice,B2,CLMarket,A2)
So im trying to sum revenue if based on office and market
i keep getting a #value. Not sure what im doing wrong. Any help would be great.
Here are the named ranges and formulas:
CLMarket- =OFFSET('Global Performance Highlights'!$F$44,0,0,COUNTA('Global Performance Highlights'!$F:$F)-1)
CLOffice- =OFFSET('Global Performance Highlights'!$G$44,0,0,COUNTA('Global Performance Highlights'!$G:$G)-1)
CLRevenue- =OFFSET('Global Performance Highlights'!$K$44,0,0,COUNTA('Global Performance Highlights'!$K:$K)-1)
I am referencing k44 because thats the table that hold my data and any additions i make to it id like the formula to automatically calculate.
My sumifs formula is as follows: =SUMIFS(CLRevenue,CLOffice,B2,CLMarket,A2)
So im trying to sum revenue if based on office and market
i keep getting a #value. Not sure what im doing wrong. Any help would be great.