Formula Help IF(WEEKDAY(TODAY())=2,40,0)

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
=2840+IF(WEEKDAY(TODAY())=2,40,0)
I started last week at 2840 count right. When i check sheet yesterday it did add the 40 and made my count 2880. Today it went back to 2840.
What am I missing? I need it to add 40 every Monday and keep it that way going up thanks.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi,

the part WEEKDAY(TODAY())=2 can only point to 1 day in the week. If think you mean to add 40 Hrs when WEEKDAY(TODAY())>=2
 
Upvote 0
Yes trying to add 40 on every Monday to the original number 2840. How would i do this?
 
Upvote 0
Hi so this Monday came again and the total number didn't go up another 40. I must be missing something. =2840+IF(WEEKDAY(TODAY())>=2,40,0)
I am just trying to have the total go up every Monday. 2840 then 2880 then 2920 etcc. When i opened sheet today the number stayed the same from last week.
 
Upvote 0
How about
Excel Formula:
=2840+NETWORKDAYS.INTL(DATE(2023,11,27),TODAY(),"0111111")*40
 
Upvote 0
Solution

Forum statistics

Threads
1,215,200
Messages
6,123,612
Members
449,109
Latest member
Sebas8956

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