IF Formula in Excel
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGlVO8mbi442lHQiW2oyHRxLCbHxOrUoyfSg_aI9i_T-XT8kJa5Pmf2eWMsg5nEtc39VUcpzElExMoCKLELS66N7VpIGi-33_LhS4MyZzjrJAZk7h6WvdIcyzjTrkk22U0UOp_McMiRPc/s1600/IF-Formula.png)
IF Formula IF function is Logical function which is used to perform a logical test. Example =IF(A1>33,”P”,”F”) Result - P The value of Cell A1 is 50 which is greater than 33. The logical test is, IF the value is greater than 33 then result would be P else the result would be F. So the result is P.