I have a formula but need to extend it to have three parameters.
If column L has no starting date meaning 01/0/1900 column M is blank = Pending Approval
If column L has a starting date older or = to current date (Column T1 has a formula =Today()) and column M is blank=Announced
If column L has a starting date older or = to current date (Column T1 has a formula = Today() and column M is NOT blank = Selected
Right now I know how to build off of two parameters:
=IF(L39="01/0/1900","Pending Approval", IF(L39>+$T$1,"Selected","Announced"))
What would be the formula for three parameters and if column M is blank or not blank?
This needs to be kept to ONE column as many other calculations are based on the words Pending Approval, Announced, and Selected.
If column L has no starting date meaning 01/0/1900 column M is blank = Pending Approval
If column L has a starting date older or = to current date (Column T1 has a formula =Today()) and column M is blank=Announced
If column L has a starting date older or = to current date (Column T1 has a formula = Today() and column M is NOT blank = Selected
Right now I know how to build off of two parameters:
=IF(L39="01/0/1900","Pending Approval", IF(L39>+$T$1,"Selected","Announced"))
What would be the formula for three parameters and if column M is blank or not blank?
This needs to be kept to ONE column as many other calculations are based on the words Pending Approval, Announced, and Selected.