How do I sum values in column A where values in column B are greater than 1 and less than 30?
Thx
How do I sum values in column A where values in column B are greater than 1 and less than 30?
Thx
Try:
=SUMIFS(A:A,B:B,">1",B:B,"<30")
- Moo
Thanks Moo, worked a treat.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks