Hey all,
I did a search but the 'If' function is able to encompass so much I wasn't successful in finding what I'm looking to do - forgive me if I just missed it (or I'm not looking for the right function to efficiently show what I need - a real possibility!)
I have a list of projects that I need to find out what projects have a Ground Breaking Date and of those that have a Ground Breaking Date, which ones haven't completed construction yet - but with all of this I need to figure out what date would be 10 years post Ground Breaking Date of those that fit the above bill.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Project Number
[/TD]
[TD]Ground Breaking Date
[/TD]
[TD]Construction End Date
[/TD]
[TD]Grand Opening Date
[/TD]
[/TR]
[TR]
[TD]A12345[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B12345[/TD]
[TD]1/1/1990[/TD]
[TD]9/15/2000[/TD]
[TD]7/30/2001[/TD]
[/TR]
[TR]
[TD]C12345[/TD]
[TD]5/1/1998[/TD]
[TD]7/11/2004[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]D12345[/TD]
[TD]3/1/2000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]E12345[/TD]
[TD]10/1/1997[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F12345[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]G12345[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]H12345[/TD]
[TD]8/1/1994[/TD]
[TD]1/18/1999[/TD]
[TD]11/11/1999[/TD]
[/TR]
[TR]
[TD]I12345[/TD]
[TD]12/1/2001[/TD]
[TD]4/14/2008[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So in the above table I want to add a column after the Grand Opening Date that I would put my function into that would look at the Ground Breaking column and see that projects D12345 and E12345 both have Ground Breaking Dates yet no Construction End Dates, would flag that with the date that is 10 years from the Ground Breaking Date. The other projects would be ignored (as they either do not have a Ground Breaking Date or they have one but have a Construction End Date as well)
Is the If function what I'm needing?
Any help would be appreciated - I can do it by hand and just fill in those that need a 10 year date but with 1400 lines of projects, I'm hoping there's a more efficient way
Thanks in advance!
I did a search but the 'If' function is able to encompass so much I wasn't successful in finding what I'm looking to do - forgive me if I just missed it (or I'm not looking for the right function to efficiently show what I need - a real possibility!)
I have a list of projects that I need to find out what projects have a Ground Breaking Date and of those that have a Ground Breaking Date, which ones haven't completed construction yet - but with all of this I need to figure out what date would be 10 years post Ground Breaking Date of those that fit the above bill.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Project Number
[/TD]
[TD]Ground Breaking Date
[/TD]
[TD]Construction End Date
[/TD]
[TD]Grand Opening Date
[/TD]
[/TR]
[TR]
[TD]A12345[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B12345[/TD]
[TD]1/1/1990[/TD]
[TD]9/15/2000[/TD]
[TD]7/30/2001[/TD]
[/TR]
[TR]
[TD]C12345[/TD]
[TD]5/1/1998[/TD]
[TD]7/11/2004[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]D12345[/TD]
[TD]3/1/2000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]E12345[/TD]
[TD]10/1/1997[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F12345[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]G12345[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]H12345[/TD]
[TD]8/1/1994[/TD]
[TD]1/18/1999[/TD]
[TD]11/11/1999[/TD]
[/TR]
[TR]
[TD]I12345[/TD]
[TD]12/1/2001[/TD]
[TD]4/14/2008[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So in the above table I want to add a column after the Grand Opening Date that I would put my function into that would look at the Ground Breaking column and see that projects D12345 and E12345 both have Ground Breaking Dates yet no Construction End Dates, would flag that with the date that is 10 years from the Ground Breaking Date. The other projects would be ignored (as they either do not have a Ground Breaking Date or they have one but have a Construction End Date as well)
Is the If function what I'm needing?
Any help would be appreciated - I can do it by hand and just fill in those that need a 10 year date but with 1400 lines of projects, I'm hoping there's a more efficient way
Thanks in advance!