Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any Alternative to the limitations of the 'IF' function in Excel?
Would like to return more than 7 text values contianed on another tab within my workbook based on one value |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can probably use some kind of lookup formula.
Describe what you're trying to do in more detail. Post an example of your nested IF formula. -- Biff Microsoft Excel MVP "Charles" wrote in message ... Is there any Alternative to the limitations of the 'IF' function in Excel? Would like to return more than 7 text values contianed on another tab within my workbook based on one value |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
VLOOKUP?
INDEX(MATCH? Gord Dibben MS Excel MVP On Fri, 6 Mar 2009 12:30:01 -0800, Charles wrote: Is there any Alternative to the limitations of the 'IF' function in Excel? Would like to return more than 7 text values contianed on another tab within my workbook based on one value |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could have a construct like this:
=IF( ... ) & IF( ... ) & IF( ... ) & IF( ... ) ... and so on, where each IF could return one text value or "". Hope this helps. Pete On Mar 7, 2:13*am, Gord Dibben <gorddibbATshawDOTca wrote: VLOOKUP? INDEX(MATCH? Gord Dibben *MS Excel MVP On Fri, 6 Mar 2009 12:30:01 -0800, Charles wrote: Is there any Alternative to the limitations of the 'IF' function in Excel? Would like to return more than 7 text values contianed on another tab within my workbook based on one value- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
function nesting limitations | New Users to Excel | |||
Alternative for IF function | Excel Discussion (Misc queries) | |||
Indirect function - Limitations | Excel Worksheet Functions | |||
Excel If function alternative | Excel Worksheet Functions | |||
function cell range limitations | Excel Worksheet Functions |