![]() |
and if
I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter
C please make true |
and if
Try this formula
=IF(AND(H2=50,I2="C"),"True","False") "dee" wrote: I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter C please make true |
and if
You don't need the if to return true/false as And returns True/False
=And(h2=5, I2="C") -- HTH... Jim Thomlinson "dee" wrote: I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter C please make true |
and if
=IF(AND(H2=50,I2="C"),"TRUE","FALSE")
dee wrote: I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter C please make true |
All times are GMT +1. The time now is 08:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com