I'm trying to write and IF(ISERROR statement that references a cell's text and determines it's value based off of that and a date cell. Here is what I have:
=IF(ISERROR(IF(E5="1 - High",B5+2,IF(E5="2 - Medium",B5+5,IF(E5="3 - Low",B5+10))))," ",IF(E5="1 - High",B5+2,IF(E5="2 - Medium",B5+5,IF(E5="3 - Low",B5+10))))
Column B is a Date Field and Column E is a text.
Essentially, I'm wanting to say that if any cell in column E says "1 - High", then take the date in column B and add 2 to it. However, in a field where there is NOT a date in column B (or E), then just be BLANK.![]()
Bookmarks