Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This formula works in my working out spreadsheet
=IF($I$33=$J$33,$L$26:$L$27,) but if I do the same in the register I am using it gives me the message "the list source must be a delimited list, or a reference to a single row or column" Would anyone know why this is? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could create a second range and use it when I33<J33. Change the
formula to include it, e.g.: =IF($I$33=$J$33,$L$26:$L$27,$N$27) The second range ($N$27) could contain a single cell with a zero or N/A. Pasty wrote: This formula works in my working out spreadsheet =IF($I$33=$J$33,$L$26:$L$27,) but if I do the same in the register I am using it gives me the message "the list source must be a delimited list, or a reference to a single row or column" Would anyone know why this is? -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function to select random values from a list. | Excel Worksheet Functions | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
self-building dropdown list | Excel Worksheet Functions | |||
how to increase the font size in a dropdown list? | Excel Worksheet Functions |