Consolidate forecasts and actual dates into one column with a helper column

Chuy

New Member
Joined
Jan 20, 2013
Messages
1
I am looking to see how to convert raw data as shown in the 1st table and manipulating the data to display as shown in the 2nd table. Specifically, I want the dates to be in a single column with a second column marking if the date is an actual or forecast. Any help would be greatly appreciated. Thanks,

ID
Activity ID
Activity Name
Actual Finish
Forecast Finish
AL345
CMK14589130
Boring
2-Jun
AL346
CMK14589131
trenching
13-Jun-13
AL347
CMK14589132
pit
14-Jun-13

<tbody>
</tbody>

CMK14589130
CMK14589131
CMK14589132
ID
Date
F/A
Date
F/A
Date
F/A
AL345
6/2/2013
A
6/13/2013
A
5/17/2013
A
AL346
7/21/2013
F
6/13/2013
F
6/25/2013
A
AL347
7/28/2013
F
7/11/2013
F
6/14/2013
F

<tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,216,743
Messages
6,132,462
Members
449,729
Latest member
davelevnt

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