Update Selling Days Used based on date chart

warhammer486

New Member
Joined
Dec 23, 2015
Messages
9
Platform
  1. Windows
I'm trying to figure out how to get cell P4 (Selling Days Used) to automatically change its value based on the current day and the chart set up on the left. So if it is February 26, I'd like P4 to change automatically (with a formula or pushing a button that triggers a macro) to show the current day's value of 21. I currently am manually updating it each day referring to the chart.

Selling days used.jpg

Thank you.
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
maybe this, adjust the ranges to suit your data;

Just to confirm that 22 correlates to 26th Feb?

=INDEX($M$2:$M$23,MATCH(TODAY(),$L$2:$L$23,0))
 
Upvote 0
maybe this, adjust the ranges to suit your data;

Just to confirm that 22 correlates to 26th Feb?

=INDEX($M$2:$M$23,MATCH(TODAY(),$L$2:$L$23,0))


Thank you for your help. That appears to be what I was looking for. Index and Match always confuse me.
 
Upvote 0

Forum statistics

Threads
1,215,588
Messages
6,125,692
Members
449,250
Latest member
azur3

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