Hi all,
I am using the following standard sum offset to do a year to date formula, the A3 and V8:AJ8 are just matching the names of the month from a dropdown list and lookup.
The formula works fine, but my rows across are:
JAN FEB MAR Q1 APR MAY JUNE Q2 JULY AUG SEP Q3 OCT NOV DEC Q4
so the sum formula is also adding in the Q1 and Q2 (since we are currently doing August).
Is there any way to update this formula to NOT include the totals in Q1, Q2, Q3, and Q4, regardless of what month is showing and only include the monthly totals?
Thanks so much!
=SUM(OFFSET(V13,0,0,1,MATCH($A$3,$V$8:$AJ$8,0)))
I am using the following standard sum offset to do a year to date formula, the A3 and V8:AJ8 are just matching the names of the month from a dropdown list and lookup.
The formula works fine, but my rows across are:
JAN FEB MAR Q1 APR MAY JUNE Q2 JULY AUG SEP Q3 OCT NOV DEC Q4
so the sum formula is also adding in the Q1 and Q2 (since we are currently doing August).
Is there any way to update this formula to NOT include the totals in Q1, Q2, Q3, and Q4, regardless of what month is showing and only include the monthly totals?
Thanks so much!
=SUM(OFFSET(V13,0,0,1,MATCH($A$3,$V$8:$AJ$8,0)))