Hi, how can I make a calculation depending on the value? I attached an example file, there are piles between 0-36 meters, I need SUM of 0-18 meters and 18-36 meters seperately, any way to do this?
Hi, how can I make a calculation depending on the value? I attached an example file, there are piles between 0-36 meters, I need SUM of 0-18 meters and 18-36 meters seperately, any way to do this?
F G H I 5 Production 0-18 18-36 Total 6 63 368 431.00
F G H I 5 Production 0-18 18-36 Total 6 =SUMIFS($D$4:$D$20,$B$4:$B$20,">="&LEFT(G5,FIND("-",G5)-1),$B$4:$B$20,"<="&MID(G5,FIND("-",G5)+1,10)) =SUMIFS($D$4:$D$20,$B$4:$B$20,">="&LEFT(H5,FIND("-",H5)-1),$B$4:$B$20,"<="&MID(H5,FIND("-",H5)+1,10)) =D21
You have to decide that it is should be <= / >= or sharp </> as 18 is on both ranges.
Happy with my answer * Add Reputation.
If You are happy with solution, please use Thread tools and mark thread as SOLVED.
Thank you, that's the solution.
Hi, I think my messages are not being delivered, I don't see anything at my Sent Items, I asked you something I didn't understand about the formula.
I've got msg on PM.
EDIT: replied.
Last edited by KOKOSEK; 11-30-2020 at 09:32 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks