Forum Discussion
Tony2021
May 01, 2021Steel Contributor
Summing - Vlookup and Dates
Hello Experts, I need a formula that will sum values based on a the expected monthly dollar increases or decreases contained in a table for a matrix of companies. I think it would be some s...
- May 01, 2021
You need to try this:
=$G2 + Sumifs($C$2:$C$4, $B$2:$B$4, "<="&H$1, $A$2:$A$4, $F2)
I have attached the file with the solution. Hope it addresses your need.
Viz
May 01, 2021Brass Contributor
You need to try this:
=$G2 + Sumifs($C$2:$C$4, $B$2:$B$4, "<="&H$1, $A$2:$A$4, $F2)
I have attached the file with the solution. Hope it addresses your need.
- Tony2021May 01, 2021Steel ContributorViz, wow that is amazing! Thank you so much for the quick response and perfect formula. It gives me exactly what I need. I will need to incorporate into my production file. I dont forsee any issues. Thank you!
- VizMay 01, 2021Brass ContributorYou are welcome
- Tony2021May 01, 2021Steel Contributor
Hi Viz,
I might have an issues. Sorry. Appreciate when you have a sec. When I add additional dates to the data set for some reason the sum doesnt appear to be correct anylonger but only if I add dates.
If could kindly check out the attached I would greatly appreciate.thank you...