24 hour Countdown function
I have a countdown in my work sheet that counts 30 days from today if Cell A11 has a value and the date is in B11. Below is the function.
=IF(A11<>"",B11+30-TODAY(),"")
I love the function above because it counts in reference to a value. I would like something like this function but I want it to countdown 24 hours and not 30 days from today.
Thank you for your time in reading this.
I have a countdown in my work sheet that counts 30 days from today if Cell A11 has a value and the date is in B11. Below is the function.
=IF(A11<>"",B11+30-TODAY(),"")
I love the function above because it counts in reference to a value. I would like something like this function but I want it to countdown 24 hours and not 30 days from today.
Thank you for your time in reading this.