Forum Discussion

Danger_SF's avatar
Danger_SF
Brass Contributor
Sep 23, 2022
Solved

Error Checking Formula

On the attached workbook, I have 4 rows. These 4 rows detail the state of 2 offices, with 2 desks each.   Office 300 has two desks. One is Occupied and one is Vacant. Office 301 has two desks. Bot...
  • HansVogelaar's avatar
    HansVogelaar
    Sep 25, 2022

    Danger_SF 

    Up to now, your examples didn't have "One Desk Setup", so the formula didn't take that into account.

    New one:

    =IFS(A2="*None","V",A2="*Common","Comm",A2="*Hotel","Hotel",ISERROR(FIND("Desk",C2)),"No",OR(C2="One Desk Setup",COUNTIFS($B:$B,$B2,$A:$A,"*None")>0),"Alone",TRUE,"Shared")

Resources