Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi guys; Ive been using an article on 'how to look up a value in alist and
return multiple corresponding values' from an Excel MVP but using his data example and his formula doesn't work. I am trying to match values from a column with a set cell value and return the row numbers one after the other. I.e if the value 'boots' is in Cells B10, B15 and B20, I want in Cells C1, C2 and C3 the values 10, 15 and 20. He suggests using the following function(s). =SMALL(IF($B$1:$B$20=$A$1,ROW($B$1:$B$20)),ROW(1:1 )) But is does not work, I have found the error is in the if function and a) it not returning an array for the 'small' function and b)matching multiple values in B column to $A$1. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works for me if I array enter the formula and then copy down.
"Chiller" wrote: Hi guys; Ive been using an article on 'how to look up a value in alist and return multiple corresponding values' from an Excel MVP but using his data example and his formula doesn't work. I am trying to match values from a column with a set cell value and return the row numbers one after the other. I.e if the value 'boots' is in Cells B10, B15 and B20, I want in Cells C1, C2 and C3 the values 10, 15 and 20. He suggests using the following function(s). =SMALL(IF($B$1:$B$20=$A$1,ROW($B$1:$B$20)),ROW(1:1 )) But is does not work, I have found the error is in the if function and a) it not returning an array for the 'small' function and b)matching multiple values in B column to $A$1. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Chiller wrote...
Hi guys; Ive been using an article on 'how to look up a value in alist and return multiple corresponding values' from an Excel MVP but using his data example and his formula doesn't work. I am trying to match values from a column with a set cell value and return the row numbers one after the other. I.e if the value 'boots' is in Cells B10, B15 and B20, I want in Cells C1, C2 and C3 the values 10, 15 and 20. He suggests using the following function(s). =SMALL(IF($B$1:$B$20=$A$1,ROW($B$1:$B$20)),ROW(1: 1)) But is does not work, I have found the error is in the if function and a) it not returning an array for the 'small' function and b)matching multiple values in B column to $A$1. The formula works for me as long as I enter it as an array formula. Are you entering it as an array formula? Actually, what do you mean by "doesn't work"? Returns wrong numeric results? Returns error values? Excel doesn't accept entry of the formula? Excel crashes when you enter the formula, smoke boils out of your monitor, and meteorites change course to pulverize your PC? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OK. It would make sense that that bloke was right and I was wrong. Have just
checked how to enter an array formula, still don't get it so any help there would be appreciated. Tried putting {} around the formula, as well as typing it out then pressing CTRL + ALT+ENTER but maybe doing something wrong. Still not working Ok "Harlan Grove" wrote: Chiller wrote... Hi guys; Ive been using an article on 'how to look up a value in alist and return multiple corresponding values' from an Excel MVP but using his data example and his formula doesn't work. I am trying to match values from a column with a set cell value and return the row numbers one after the other. I.e if the value 'boots' is in Cells B10, B15 and B20, I want in Cells C1, C2 and C3 the values 10, 15 and 20. He suggests using the following function(s). =SMALL(IF($B$1:$B$20=$A$1,ROW($B$1:$B$20)),ROW(1: 1)) But is does not work, I have found the error is in the if function and a) it not returning an array for the 'small' function and b)matching multiple values in B column to $A$1. The formula works for me as long as I enter it as an array formula. Are you entering it as an array formula? Actually, what do you mean by "doesn't work"? Returns wrong numeric results? Returns error values? Excel doesn't accept entry of the formula? Excel crashes when you enter the formula, smoke boils out of your monitor, and meteorites change course to pulverize your PC? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, now it makes sense. You do not put the {} around the formula. When you
enter it correctly, Excel does that for you. You were very close with Ctrl + Alt + Enter, but it is Cntl + Shift + Enter. HTH BTW, I chuckled when I read Harlan's response. (meteorites :) "Chiller" wrote: OK. It would make sense that that bloke was right and I was wrong. Have just checked how to enter an array formula, still don't get it so any help there would be appreciated. Tried putting {} around the formula, as well as typing it out then pressing CTRL + ALT+ENTER but maybe doing something wrong. Still not working Ok "Harlan Grove" wrote: Chiller wrote... Hi guys; Ive been using an article on 'how to look up a value in alist and return multiple corresponding values' from an Excel MVP but using his data example and his formula doesn't work. I am trying to match values from a column with a set cell value and return the row numbers one after the other. I.e if the value 'boots' is in Cells B10, B15 and B20, I want in Cells C1, C2 and C3 the values 10, 15 and 20. He suggests using the following function(s). =SMALL(IF($B$1:$B$20=$A$1,ROW($B$1:$B$20)),ROW(1: 1)) But is does not work, I have found the error is in the if function and a) it not returning an array for the 'small' function and b)matching multiple values in B column to $A$1. The formula works for me as long as I enter it as an array formula. Are you entering it as an array formula? Actually, what do you mean by "doesn't work"? Returns wrong numeric results? Returns error values? Excel doesn't accept entry of the formula? Excel crashes when you enter the formula, smoke boils out of your monitor, and meteorites change course to pulverize your PC? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Chiller wrote...
.... it out then pressing CTRL + ALT+ENTER but maybe doing something wrong. Still not working .... It's [Ctrl] + [Shift] + [Enter]. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combine multiple excel file in to one excel file and multiple worksheet | Excel Discussion (Misc queries) | |||
Filter: Multiple values in a cell | Excel Discussion (Misc queries) | |||
Return Range of Numerical Values in Single Column based on Frequency Percentage | Excel Worksheet Functions | |||
Count Intervals of 2 Numeric values in same Row and Return Count across Row | Excel Worksheet Functions | |||
Adding multiple cells, return specific values | Excel Worksheet Functions |