OMGGGGG Now I'm confused. Nested IF AND OR what?

G00DNESS

Board Regular
Joined
Aug 6, 2014
Messages
59
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
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Try something like this:

=IF('Year 1'!K1="","","Year "&MID('Year 1'!K1,FIND(" ",'Year 1'!K1,1),3)+1)
 
Last edited:
Upvote 0
What is in K1 on the sheet named Year 1? And is that the exact name of the sheet (no other spaces, characters, etc)?
 
Upvote 0

Forum statistics

Threads
1,202,990
Messages
6,052,962
Members
444,622
Latest member
Kriszilla

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