IF Statement Updates Daily Using TODAY

MrNerd

New Member
Joined
Jan 9, 2018
Messages
36
Office Version
  1. 2003 or older
Platform
  1. Windows
Our goal: Run 2018 miles in 2018.

What I have done: Added multiple sheets where each runner can log their miles separately via the Google Sheet for each day of the year.

What I want to do: Take the remaining miles (updated into the Total sheet in C2) and the remaining days in the year based on the automatically updating =TODAY () formula to give us how many miles a day we need to average to reach our goal. Right now, it is done =C2/356 but I need to manually update the denominator. I do not want to have to go into the Google Sheet everyday to update if I can figure out a formula to do it for me.

(I have added a "1" in the A column of each sheet next to each date thinking that would make it more simple to figure out a formula. Let me know what you think.

MrNerd
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Welcome to the Board!

Use this formula to get how many days left in the year:
Code:
=DATE(YEAR(TODAY()),12,31)-TODAY()
 
Upvote 0
Perfect! I figured it was an easy answer.

Thanks for the help and I will definitely be back for more.
 
Upvote 0
You are welcome.
Glad we could help!:)
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,318
Members
452,634
Latest member
cpostell

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