MS Excel If Function problem
Recently I have installed MS Office 2003 and working on it. I am creating so many worksheets. But I have a problem with if functioned. I can not use it properly. What are the using rules of this function?
Recently I have installed MS Office 2003 and working on it. I am creating so many worksheets. But I have a problem with if functioned. I can not use it properly. What are the using rules of this function?
Yes there is a proper format for if function in MS excel. You can not use it in your own way. You need to follow instructions and rules for using for if function in MS excel. Here I am giving a syntax and example for it. But you need to use it at your own way.
The IF function in ms excel is basically used to test whether a condition is true or false. When using excel, in the menu there is a function named fx, you just click on it and a dialog box will pop up. In the dialog box double click on IF from the list of functions given, another dialog screen will pop up. Type in the expression that you want to evaluate then click ok.
Expression example:
LOGICAL TEST IF(A1>50)
VALUE IF TRUE “PASS”
VALUE IF FALSE “FAIL”
The IF expression returns a value as true if the condition is met and false if the condition in not met.
Check attached images to see how the function is used.