Hi,
Would like to know what is wrong with the formula below. I got the error "Error: Formula (51): Parse Error at char(81): Invalid type in operator <. (Expression #1)"
IIF([Hours Closed]<24, "<24", IIF([Hours Closed]<48, "24-48", IIF([Hours Closed]<72,"49-72",">72")))
Thanks in advance.