[COLOR=#333333]=SUMIFS($D30:$D100,$C30:$C100,[/COLOR][B][COLOR=#ff0000]ROW($A4)[/COLOR][/B][COLOR=#333333],$F30:$F100,2)[/COLOR]
Ragarm13, Good morning.
Try to use:
Code:[COLOR=#333333]=SUMIFS($D30:$D100,$C30:$C100,[/COLOR][B][COLOR=#ff0000]ROW($A4)[/COLOR][/B][COLOR=#333333],$F30:$F100,2)[/COLOR]
Is that what you want?
I hope it helps.
=SUMIFS($D30:$D100,$C30:$C100,COLUMN(D$1),$F30:$F100,2)
I think you need
If you want to "increment when i drag across a row".
Please note that COLUMN(D$1) returns the number 4 not a cell reference.