I have 3 columns needing the sum from column C without duplicates if column B ='s IL but exclude if columnA is duplicated.
ColumnA(ID_Num) ColumnB(State) ColumnC(Spend)
1 IL 50
2 CT 30
3 IL 25
4 MI 80
1 IL 50
should equal 75
I am using =sumifs(C2:C5,B2:B5,"IL") and I get the total but includes the duplicate. I'm sure I'm suppose to use a /countif or sumproducts but I have been unsuccessful and I'm waving the white flag. - To new at this......
Thanks in advance
ColumnA(ID_Num) ColumnB(State) ColumnC(Spend)
1 IL 50
2 CT 30
3 IL 25
4 MI 80
1 IL 50
should equal 75
I am using =sumifs(C2:C5,B2:B5,"IL") and I get the total but includes the duplicate. I'm sure I'm suppose to use a /countif or sumproducts but I have been unsuccessful and I'm waving the white flag. - To new at this......
Thanks in advance