Need Help with Dates

TNewman

New Member
Joined
Feb 1, 2019
Messages
1
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Manufacturer[/TD]
[TD]Start[/TD]
[TD]Stop[/TD]
[TD]Total Days:[/TD]
[/TR]
[TR]
[TD]ITRAQ[/TD]
[TD]1/15/2019[/TD]
[TD]1/30/2019[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]2nd Phase[/TD]
[TD]Start [/TD]
[TD]Stop[/TD]
[TD]Total Days[/TD]
[/TR]
[TR]
[TD]CAT MEMO[/TD]
[TD]1/31/2019[/TD]
[TD]2/1/2019[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]HW/SW LIST[/TD]
[TD]""[/TD]
[TD]""[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Arch[/TD]
[TD]""[/TD]
[TD]""[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]PPSM[/TD]
[TD]""[/TD]
[TD]""[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]MEMO[/TD]
[TD]""[/TD]
[TD]""[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Criteria[/TD]
[TD]""[/TD]
[TD]""[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]CERP#[/TD]
[TD][/TD]
[TD]2nd Phase Total Days:[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Total Days in Total[/TD]
[TD]21[/TD]
[/TR]
</tbody>[/TABLE]

This is the graph i'm stuck with and I'm trying to figure out how I can fix the total days for 2nd Phase Totals Days when the Start and Stop are all the same.

The problem is this adds up to 6 days when its really 1 day. However, if they are all different stop dates? What would the formula be to just grab the highest number out of those cells? Please help me!!!!:confused:
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
2nd Phase Total Days: =MAX(C5:C10)-MIN(B5:B10)
 
Upvote 0

Forum statistics

Threads
1,225,743
Messages
6,186,778
Members
453,371
Latest member
HMX180

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