maddogg126
New Member
- Joined
- Sep 12, 2024
- Messages
- 12
- Office Version
- 365
- Platform
- Windows
I am trying to use if statement to return three possible returns. I am using =IF(CountIf(S6:S25,"No")>0, "No", "Yes") to return the value as Yes if all the lookups have Yes or No if there is both Yes and No. However, if there is nothing I would like it to return a blank cell. The formula works so far, but I am struggling with the blank return.