Pivot Table Issue - Date Comparison | Two Date Columns

ThereIsLeo

New Member
Joined
Jan 31, 2018
Messages
1
Hello, I hope y'all doing well.

I am having a hard time trying to get a pivot graph showing a Plan vs Actual based on counts of ID's and dates.

IDID_NameStatusPlan DateActual Date
1UATPass1/28/20181/30/2018
2SmokeTestFail1/31/20181/30/2018
3YourCodeIsBadTestFail1/30/20182/2/2018

<tbody>
</tbody>

I need to have a line be represented for Plan and Another for Actual. The way I've worked around this is doing some "duct-tape" workaround, which was to copy the *Actual Date* column, paste it below the last value on *Plan Date* Column, and delete the actual date, and create a new column called PlanVsActuals and Classify the rows by Plan & Actuals.
*Below is duct taped workaround*
IDID_NameStatusDatesPvA
1UATPass1/28/2018Plan
2SmokeTestFail1/31/2018Plan
3YourCodeIsBadTestFail1/30/2018Plan
1UATPass1/30/2018Actual
2SmokeTestFail1/30/2018Actual
3YourCodeIsBadTestFail2/2/2018Actual

<tbody>
</tbody>

Is there a way to create a comparative line graph without having to do this?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,215,219
Messages
6,123,690
Members
449,117
Latest member
Aaagu

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