answersLogoWhite

0


Best Answer

The IF function has 3 parameters. The condition, the true part and the false part.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many parameters are possible using the IF function in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are possible limitations using macros within Microsof Excel?

What are possible limitations using macros within Microsoft® Excel


What is the significance of using void in functions parameters lists?

It means that the function doesn't have parameters.example:int foo (void); -- it is a prototype for function 'foo', having no parametersint bar (); -- it is not a prototype as it says nothing about the parameters


Can you enter a function in Excel using autocomplete?

You can use the clipboard in Excel. It is a facility as opposed to a traditional function, like the SUM function or AVERAGE or MAX and other functions that are built in to Excel.


What separates a function from the beginning and ending of a cell using Excel?

paranethesis


What is the use of void data types?

When a function declares it returns void, it means it does not return anything. Sometimes the function doesn't need to return anything, so using void is convenient. In C: using voidinstead of parameters means 'there's no parameters'


How can you use Excel to calculate the remainder of a division question?

By using the =MOD function.


How do you average Excel times?

Times in Excel can be averaged using the AVERAGE function. So if you have a list of time in the cells from A2 to A13, the function would be: =AVERAGE(A2:A13)


Can you have more than 10 nested ifs in if function?

Prior to Excel 2007, the maximum was 7. From Excel 2007, the limit has been raised to 64. However, it becomes very impractical using too many nested IFs, so it is better to look for other ways where it is possible, like breaking down your formulas or using a lookup function, like VLOOKUP.


How do I calculate compound average growth rate using excel?

use the rate function


The advantages and disadvantages of using Microsoft Excel Cube Function to extract data from a database?

None


Is there a quotient function in Microsoft Excel?

Some versions of Excel do not have it but versions since Excel 2010 all do. Prior to that, you could get it in other ways, like using the INT function on the result of a division. So it could be done in these ways, where you are using the cells A5 and D5 in the calculation. =QUOTIENT(A5,D5) =INT(A5/D5)


When using the Insert Function button or the AutoSum list arrow it is necessary to type the equal sign?

Not in Excel.