Does =days() stealing 1 day each time

msword

Board Regular
Joined
Oct 23, 2020
Messages
54
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
Just noticed that today is not included in the excel day counter, namely cell value equals to zero. Does it mean that 1 day was stealed all these years of using the formula? Is there an elegant way to fix this or remembering to add +1 in the end of the formula is a single option?

Book2
AB
1023-Oct
Sheet1
Cell Formulas
RangeFormula
A1A1=DAYS(TODAY(), B1)
 
Just want to keep my code clean and avoid Excel redundancy. Likewise constant cell format change to "date" from the example beyond, this is another thing that pisses me off in Excel. And after years of suffering from this I decided to try my luck here.

In case you wonder, I am creating monthly progress tracker.
Book1
BCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAP
1OCT🚀TuWeThFrSaSuMoTuWeThFrSaSuMoTuWeThFrSaSuMoTuWeThFrSaSuMoTuWeTh Σ🎯🚀🎯🗓🗓formulas
212345678910111213141516171819202122232425262728293031 start dateend date
3task150%-181021001221202230000000========= 18364639%1-Oct31-Oct
4
5task279%-5N/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/A3333331======== 19244245%17-Oct31-Oct
6task317%-5N/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/AN/A1========16813%23-Oct31-Oct
7task413%-157k0##00000044######=================== 2259118000023250010%
8task521%-17######000000000#################0========= 4.621.637.212%
Sheet1
Cell Formulas
RangeFormula
C3,C5:C8C3=AK3/AL3
D3,D8,D5:D6D3=AK3-AL3
E3,N3E3=1
G3,L3:M3,O3G3=2
H3H3=1+9/60
K3K3=45/60
Q3Q3=1+37/60
R3R3=1+45/60
S3S3=2+40/60
W3:Y3W3=0
AK3,AK5:AK7AK3=SUM(E3:AI3)
AL3AL3=2*NETWORKDAYS(AO3, TODAY())
AM3AM3=2*NETWORKDAYS(AO3,AP3)
AN3,AN5:AN8AN3=AK3/AM3
D7D7=(AK7-AL7)/1000
AL5:AL6AL5=3*(TODAY()-AO5+1)
AM5AM5=3*DAYS(AP5,AO5)
AM6AM6=1*DAYS(AP6,AO6)
AL7AL7=7500*DAY(TODAY())
AM7AM7=7500*31
AK8AK8=SUM(E8:AI8)/1000
AL8AL8=900*DAY(TODAY())/1000
AM8AM8=1200*31/1000
E8E8=300+300
F8F8=400
G8,V8,Y8G8=200+200
Q8:T8Q8=200
U8U8=300+200
W8W8=200+200+200
X8X8=200+300
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C3,C5:C8Cell Valuebetween 95% and 100%textNO
E6:AI6Cell Value=1textNO
E5:AI6Cell Value=0textNO
E5:AI6Cell Value="N/A"textNO
E5:AI5Cell Value=3textNO
E5:AI5Cell Valuebetween 1 and 2textNO
C3,C5:C8Cell Valuebetween 85% and 95%textNO
D3,D5:D8Cell Value>=0textNO
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I am failing to understand what the issue is.

Based on the example you posted, can you explain what is not working the way you want, and what exactly you want to happen in this case?
Remember, while you are very familiar with your problem and what you are trying to accomplish, we are not. All we know is what you decide to share with us.
So please be as detailed as possible in explaining what your issue is and what your desired result is.
 
Upvote 0
@Joe4 The "problem" is already been solved by your previous responses. It lies in the field of basic Excel function formatting and has little to do with actual task I am trying to accomplish. Sample is given just to satisfy curiosity, but not to help understand the problem better.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,108
Messages
6,170,142
Members
452,304
Latest member
Thelingly95

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