What Formula Can I Use to Compare the Difference in Month-to-Date numbers?

ParkourAngel

New Member
Joined
Apr 19, 2024
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
1739476591276.png

I want to compare the cumulative target with the current value so that I can see the pace I am at any given day for the month. What formula can I use that will only use the current date value and only compare it to that day's cumulative value?
 
Have a look on two options below.
Either you enter (yellow cells) cumulative current values each day as in your screenshot (row 3, and results in row 4 - see formula in B5 and copied right)
or you just give a cumulative value for given day, like in row 7 (yellow) and formula looks up the cumulative target for that day. See cell D7 formula.

Book2
ABCDEFGHIJKLMNOPQ
1Date01.02.202502.02.202503.02.202504.02.202505.02.202506.02.202507.02.202508.02.202509.02.202510.02.202511.02.202512.02.202513.02.202514.02.202515.02.202516.02.2025
2cumulative target102030405060708090100110120130140150160
3current81826385259748997102112124132144
4perform.80%90%87%95%104%98%106%111%108%102%102%103%102%103%  
5
6OrToday resultToday perform.
7144103%
Sheet1
Cell Formulas
RangeFormula
B4:Q4B4=IF(B3<>"",B3/B2,"")
D7D7=B7/HLOOKUP(TODAY(),B1:Q2,2,0)
 
Upvote 0
Solution

Forum statistics

Threads
1,226,772
Messages
6,192,928
Members
453,767
Latest member
922aloose

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top