|
||||||
|
|
||||||
Nested Functions in Excel 2007 |
||||||
| Home | Excel 2003 | Macros Excel 2007 | Macros Excel 2003 | Excel 2010 | ||
| About Us | Free Ebook | Offline Training | Blog | Excel Books | ||
|
|
Nested functions use a function as
one of the
arguments of another function. You can nest up to 64 levels of
functions in Excel
2007 =IF(SUM(C2:C6)>100,AVERAGE(D2:D6),0) Nested If functions have proven to be useful in many situations. Watch the training video below to see how nested function in Excel are implemented.![]() The function '=LEFT(B1,FIND(" ",B1)-1)' extracts the first name from a full name by nesting the 'find' function in the 'left' function. The full name is in cell or range B1. First the find function detects the blank space. Now the left function extracts the first name including the space and then '1' is subtracted from the total length extracted by the left function to give us the first name without the space.
|
|||||
|
|
||||||
| Excel 2007 | Excel 2003 | Macros Excel 2007 | Macros Excel 2003 | Excel 2010 | ||
| About Us | Free Ebook | Offline Training | Blog | Excel
Books |
||