Calculate Day Number by Data Range

Datatellsall2

New Member
Joined
Jul 17, 2018
Messages
23
Hello -

I'm looking to calculate (via a function) the exact day number for a given time range based on a unique identifier. Please see my example below:

Unique IdentiferDate of EntryDay Count (Based on Date Range of Unique Identifier) Trying to create function for this column
1001/2/181
1001/5/184
1001/20/1819
1012/9/181
1012/124

<tbody>
</tbody>

Thanks in advance,
M
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
This?


Excel 2010
ABC
1Unique IdentiferDate of EntryDay Count (Based on Date Range of Unique Identifier)
21001/2/20181
31001/5/20184
41001/20/201819
51012/9/20181
61012/12/20184
Sheet4
Cell Formulas
RangeFormula
C2=B2-VLOOKUP(A2,$A$2:$B$6,2,0)+1
 
Upvote 0

Forum statistics

Threads
1,214,848
Messages
6,121,917
Members
449,055
Latest member
KB13

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