Forum Discussion

Pam Laidler's avatar
Pam Laidler
Copper Contributor
Apr 26, 2023
Solved

NESTED IF and AND formula help please

Hi Excel Gurus  Back in November I found some answers to my queries here in the forum, however between then and now I've managed to mess the formulas up.  I went back and copied the previous formula...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 30, 2023

    Pam Laidler 

    Yes - a text value is greater than ANY number, not just 0.

    So if D6 equals "TM", the formula

     

    =IFS(D6>1, "Greater than 1", D6="TM", "Equals TM")

     

    will return "Greater than 1".

     

Resources