This is the scenario. I want a cell to return a value equaling 1 year more than Cell 'Year 1'!K1. However if 'Year 1'!K1 is empty the returned value should be blank. And if 'Year 1'!K1 equals "Year 1", return "Year 2. But if 'Year 1'!K1 is not blank and does not equal "Year 1", add (+1) to 'Year 1'!K1.
I'm in need of a formula that will factor in all of these: (somehow)
IF 'Year 1'!K1="",""
IF 'Year 1'!K1="Year 1","Year 2"
IF 'Year 1'!K1<>"Year 1" and if 'Year 1'!K1<>"Year 1",'Year 1'!K1+1
I'm in need of a formula that will factor in all of these: (somehow)
IF 'Year 1'!K1="",""
IF 'Year 1'!K1="Year 1","Year 2"
IF 'Year 1'!K1<>"Year 1" and if 'Year 1'!K1<>"Year 1",'Year 1'!K1+1