I am trying to get column 4 to sum up based on a value in column 1 and based a value in Column 3. I have a index - match formula there right now, but it does sum all items that match the required critiera.
I am trying to get column 4 to sum up based on a value in column 1 and based a value in Column 3. I have a index - match formula there right now, but it does sum all items that match the required critiera.
Last edited by popfan; 01-18-2012 at 12:48 PM.
Hi,
An INDEX() function can only return one value. You should be using SUMIFS()
i.e.
=SUMIFS(D:D,A:A,"Cold East",C:C,"Regular")
Note that you could also filter the data for Cold East and Regular and use =SUBTOTAL(9,D2:D28)
Regards
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Thanks, looked all over for that answer
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks