Hi so I am using this below and it works fine. I need update it in a way if I can to sum columns G to K same range if 50 Hud is present
=(SUMIFS($G$2:$G$200,$A$2:$A$200,"50 Hud")) <-- this works
This is what I tried to do and it returns #Value
=(SUMIFS($G$2:$G$200,$A$2:$A$200,"50 Hud")) <-- this works
This is what I tried to do and it returns #Value
=(SUMIFS($G$2:$
K
$200,$A$2:$A$200,"50 Hud"))
I change the G to K so it can pick up all those columns but cant get it. Rather then doing + sumifs + sumifs would like to stay away from that if possible.
I change the G to K so it can pick up all those columns but cant get it. Rather then doing + sumifs + sumifs would like to stay away from that if possible.