213045/calculate-the-number-of-days-between-cell-and-today-in-excel
How does one calculate the number of days between a cell with a date and today?
I've tried:
=B2-TODAY() =(B2)-TODAY() =(B2-TODAY()).days etc...
and am having no luck. How do I get the difference between cell B2 and today, in number of days?
Use the DATEDIF function when you want to calculate the difference between two dates. First put a start date in a cell, and an end date in another. Calculate age in accumulated years, months, and days
I used the following code to determine ...READ MORE
Try this: =CONCATENATE(LEFT(A1,1), B1) READ MORE
Make sure that... There's an = sign before the formula There's ...READ MORE
You made a mistake when you used ...READ MORE
This code should log you in, provided ...READ MORE
Forget the PsychoPy complications for the time ...READ MORE
This is how I am doing it. Dim ...READ MORE
try this. let TableA = ...READ MORE
Hello :) Excel’s Format Cells function can quickly ...READ MORE
Hello, you'll have to follow certain steps ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.