Excel fill on the IF formula not the following sequence
Excel fill on the IF formula not the following sequence
I completed my post-graduation in 2013 in the engineering field. Engineering is the application of science and math to solve problems. Engineers figure out how things work and find practical uses for scientific discoveries. Scientists and inventors often get the credit for innovations that advance the human condition, but it is engineers who are instrumental in making those innovations available to the world. I love pet animals such as dogs, cats, etc.
Aryan Kumar
23-Aug-2023If you are using the
IFfunction in Excel, you can use theFILLfunction to fill the formula down a column or across a row. However, if theIFfunction contains a logical test that does not return a Boolean value, theFILLfunction will not work.For example, the following formula will not work:
The
IFfunction in this example returns a text value, not a Boolean value. Therefore, theFILLfunction will not fill the formula down the column.To fix this, you can use the
IFERRORfunction to convert the text value returned by theIFfunction to a Boolean value. The following formula will work:The
IFERRORfunction in this example returns a Boolean value, which theFILLfunction can then use to fill the formula down the column.Here are some additional tips for using the
IFandFILLfunctions together:IFfunction returns a Boolean value.IFERRORfunction to convert any text values returned by theIFfunction to Boolean values.FILLfunction to fill the formula down the column or across the row.