First of all, I really appreciate any help I receive. I've been searching google and youtube for about a week now and just can not find an answer, so any help would be greatly appreciated for the expertise of the forum.
Ok, here's what I'm trying to do. I have 3 cells, the first cell I input a date manually (ie 12 Jan 2018), the second I have a (=A1+3) so whatever date I added in the first cell gets 3 days added to it. In the 3rd cell I would like a countdown timer (pointed at the +3 date, or the 2nd cell) against the current date(so If i entered 12 Jan, the 2nd cell would display 15 Jan, and the 3rd cell would return 3 ((given the actual date was 12 Jan, or 2 if the date was 13 Jan)). It would also be helpful, that if I surpassed the date in the "+3 date" cell to continue counting ( ie I entered 12 Jan in the first cell, I get 15 Jan in the 2nd cell, and depending on the current date, I get a number returned on how many days I have remaining until 15 Jan in the 3rd cell...but also, once I pass 15 Jan, continue counting ((should be a negative number starting 16 Jan))).
example:
Here's what I have in the 3rd cell =TRUNC(A2-TODAY()) . This seems to work fine in principle, but I have a feeling Excel is trying to round down, bringing me to -1. (the date I entered in this example was 23 Jan, 26 Jan got added in cell 2, yet cell 3 returns -1 when it should be -2, being that the current date is 28 Jan. I was using the "trunc" function to stave off the rounding, but apparently it still wants to round down.
I have also tried using =DATEDIF(A2,NOW(),"d") , with the same parameters this actually returns a "positive" 2 in cell 3...but since it's the 28th it obviously needs to be a -2. If I try to switch NOW(),A3 Excel gives me an error and doesn't like it.
I have a feeling I am making this way more confusing that it should be. Basically, I need a countdown function to a certain date, then goes negative if I pass the certain date, and also doesn't round because the rounding is messing me up. Using the "remove decimals" button under "Number" on the top tool bar does nothing (actually it rounds the number up when as I lose decimal places). Please advise.
Bookmarks