Hi, I can't get my head around Offset when in a Sumif formula:
Details:
'Cover Sheet' - A19 = Jan / A20 = Feb / A21 = Mar / etc...
Need B19 to look up on 'Workings!' to find Jan sales against code "8871"
Then also B20 to find Feb... etc..
'Workings' is set up:
F1 = Jan / G1 = Feb / etc..
Column C = code to match (e.g.'8871') the codes are various and start from row 2 to infinity..
Sales figures per code / month start in F1
eg.
F1 = code 7777 sales for Jan
G2 for Feb, etc..
F7 = Jan sales for code 8871 (just for reference)
I'm trying the formula as:
=SUMIF(Workings!C:C,"8871",OFFSET(Workings!F:F,0,0))
But i don't know what row,column info to use?
Formula to go in B19 (Jan) then populate down to B30 (Dec)
Any advice?
Details:
'Cover Sheet' - A19 = Jan / A20 = Feb / A21 = Mar / etc...
Need B19 to look up on 'Workings!' to find Jan sales against code "8871"
Then also B20 to find Feb... etc..
'Workings' is set up:
F1 = Jan / G1 = Feb / etc..
Column C = code to match (e.g.'8871') the codes are various and start from row 2 to infinity..
Sales figures per code / month start in F1
eg.
F1 = code 7777 sales for Jan
G2 for Feb, etc..
F7 = Jan sales for code 8871 (just for reference)
I'm trying the formula as:
=SUMIF(Workings!C:C,"8871",OFFSET(Workings!F:F,0,0))
But i don't know what row,column info to use?
Formula to go in B19 (Jan) then populate down to B30 (Dec)
Any advice?