If I2 is not equal to VACANT, I want to concatenate I2 (first name) and H2 (last name), if it is equal, I want it to read VACANT.
My poor attempt: =IF(I2<>"Vacant",(CONCATENATE(I2,H2)),"Vacant")
Any help would be lovely for this newbie of complicated (to me) formulas.
My poor attempt: =IF(I2<>"Vacant",(CONCATENATE(I2,H2)),"Vacant")
Any help would be lovely for this newbie of complicated (to me) formulas.