Change from "Week Ending" date to real date

my8950

Board Regular
Joined
May 1, 2009
Messages
162
We get these spreadsheets from a customer, they are stuck using week ending and will not change to the actual date.
What I am thinking to do is, or what I would like to do is, add a column, and then I would like to have it show me the actual date in that column that the entry is made.

If you see below, the snapshot of the spreadsheet.
Column D has the week ending date.
J,K,L,M,N,O,P are days.
There will only be one hour entry for each line, so if I were to add a column that would be column I.
I would like it to search the date where the hour is not equal to 0, and put the date in column I.
I'd need it to do this for each line.

Hopefully this makes sense, looking for ideas/suggestions/better ways/anything on how to go about doing.

Thank you!

1595556460453.png
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Maybe:

Book1
DIJKLMNOP
1Week EndDateSatSunMonTueWedThuFri
24/24/2020 
34/24/2020 
44/24/20204/22/20200000200
54/24/20204/22/20200000100
64/24/20204/20/20200010000
74/24/20204/21/20200000.5000
84/24/20204/21/20200.5
Sheet1
Cell Formulas
RangeFormula
I2:I8I2=IFERROR(D2-(7-MATCH(MAX(J2:P2),J2:P2,0)),"")
 
  • Like
Reactions: MAP
Upvote 0
Hello, Thank you for your reply!
From what I can see, you are putting this formula =IFERROR(D2-(7-MATCH(MAX(J2:P2),J2:P2,0)),"") into I2?
The example you posted looks right, and what I would like mine to do, but when I put that formula into I2, it just says 0.
I'll keep messing with it and see if I can find what the issue is. This is fairly new to me, using a formula more complicated that add or subtract.
Thanks!
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,649
Members
448,975
Latest member
sweeberry

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