assign data from time interval

slegja

New Member
Joined
May 29, 2014
Messages
1
Hello,

I have data for different time intervals for one month.

Start TimeEnd TimeValue 1Value 2
1.1.2012 00:081.1.2012 00:1812,313,4
1.1.2012 00:181.1.2012 00:2914,612,5
1.1.2012 00:291.1.2012 00:398,79,6

<tbody>
</tbody>

<tbody>
</tbody>
etc.
I want to create new table with 1 minute intervals and assign proper Value1 and Value 2 to every minute. However, I'm not good in using Excel yet. I tried to use IF and LOOKUP functions, but I wasn't able tu use it properly in this case.
I need to create table like this:
aTIMEaValue 1aValue 2
1.1.2012 00:1612,313,4
1.1.2012 00:1712,313,4
1.1.2012 00:1814,612,5
1.1.2012 00:1914,612,5

<tbody>
</tbody>

I think, i need something like
IF(aTIME>=Start Time AND aTIME<end time)="" in="" one="" row
THEN aValue 1=Value1 AND aValue2=Value2</end>
I can't solve it.. I would really appreciate any help
Thanks! :)

<tbody>
</tbody>
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,215,064
Messages
6,122,942
Members
449,094
Latest member
teemeren

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