DSSSB · Computer
What does MS Excel formula =IF(A1>100,"High","Low") do?
- Gives error if A1 is not more than 100.
- By comparing A1 with 100 it shows High if the condition is true and Low otherwise.
- Shows Low if the condition is true and High if false.
- Gives the sum of A1 and 100.
MS Excel formula =IF(A1>100,"High","Low") क्या करती है?
- A1 के 100 से अधिक न होने पर error देती है।
- A1 की 100 से तुलना करके condition true होने पर High और अन्यथा Low दिखाती है।
- Condition true होने पर Low और false होने पर High दिखाती है।
- A1 और 100 का sum देती है।
Answer and detailed solution are available in the protected study screen.
Register or login to attempt