Daily report

christopherp1973

New Member
Joined
Aug 29, 2019
Messages
5
Hi excel expert

I have daily report which I need to publish daily basis. However, it has been cumbersome for me to change the date of the report. Is there any way to automate it. Here is how it is now.

1) The report will be only publish from Monday to Friday.
2) On monday itself, I will publish the result as on last Friday.
3) Current formula, it was set that =today()-3 if I am working on Mon itself, then subsequent days [ eg Tue, Wed, Thur and Fri , I will have to change to =today()-1.
4) I have to considered the holidays which I have a separate set of table as well.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
You could use the following formula

=WORKDAY.INTL(TODAY(),-1,1)

You can add list of holidays in the fourth argument (after 1)

Kind regards

Saba
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,874
Members
449,056
Latest member
ruhulaminappu

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