Forum Discussion

Philip_Spencer's avatar
Philip_Spencer
Copper Contributor
Sep 02, 2022
Solved

nested logical tests to get a single number answer

I am looking to solve the following problem is creating a operative formula: I wish to count how many 'things' there are in my spreadsheet which are not blank in column O and not blank in column R a...
  • Harun24HR's avatar
    Harun24HR
    Sep 02, 2022

    Philip_Spencer Then below formula should work for you.

    =COUNTIFS(L:L,"<>",O:O,"<>",R:R,"<>")

Resources