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:$K$200,$A$2:$A$200,"50 Hud"))...