=IF(ISNUMBER(FIND("2002",P120)),"Above",IF(ISNUMBER(FIND("2003",P120)),"Above",IF(ISNUMBER(FIND("2004",P120)),"Above",IF(ISNUMBER(FIND("2005",P120)),"Above",IF(ISNUMBER(FIND("2005",P120)),"Above",IF(ISNUMBER(FIND("2006",P120)),"Above","Below"))))))
I am trying to create this formula that works but I need to look for all years from 2002-2012 in the text string. More specifically, I need it to return "Above" if excel finds any of 2002, 2003, 2004, etc.. all the way up to 2012. The above is the max that is being allowed... when I complete the formula to include all my needed search... excel tells me its too many nested arguments. What can I do to make this shorter?
Bookmarks