bocceoverrun
New Member
- Joined
- Feb 19, 2015
- Messages
- 2
I have cells that contain a citation which includes a date (e.g., 2013, 2014, or 2015). I'd like to search the cell and have the formula report which year is present in the cell. This is the formula I was trying to use, but it doesn't seem to be working:
=IF(SEARCH("2013", C2) "2013", IF(SEARCH("2014", C2), "2014", IF(SEARCH("2015", C2), "2015")))
Thank you!
=IF(SEARCH("2013", C2) "2013", IF(SEARCH("2014", C2), "2014", IF(SEARCH("2015", C2), "2015")))
Thank you!