Forum Discussion

bmk's avatar
bmk
Icon for Helper II rankHelper II
4 years ago
Solved

Generate text based on condition like in Excel

Consider an Excel blank sheet where cell A1 = 12, and we define a condition for cell B1 =IF(A1>10,"Cell is greater than 10", "Cell is less than 10"). Result for cell B1 = Cell is greater than 10.   ...
  • bmk's avatar
    bmk
    4 years ago

    Thank you!