IF/THEN question
Can you link to a good video giving IF and THEN formula examples
thanks
Best Answer
-
=IF(AND(severity@row="Minor",likelihood@row="RARE"),"LOW") then use conditional formatting to turn the cell green if = "LOW"
Answers
-
The if function is pretty straight forward.
it is set up like this,
IF what i want is true , Then say this, if not then say this
for example if I had a column that if it had a value of "Blue" I would want it to say "Go" but if did not say "Blue" I would want it to say "Stop" my formula would look like this
=IF([Column Name]@row = "Blue","Go","Stop")
the first thing in the IF statement is you logical statement or what you want to see if it's true or not. the second thing is what to return if it is true. the last thing is what to return if it is false.
If statements starts around 3:50
-
Im still having trouble, how would you build the formula for this?
If cell 1 in the severity column is "Minor"
and cell 1 in the likelihood column is "RARE"
I need the cell in the level column to automatically turn green and say "LOW"
-
=IF(AND(severity@row="Minor",likelihood@row="RARE"),"LOW") then use conditional formatting to turn the cell green if = "LOW"
-
Thank you Very much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!