Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've got a list of fixed numeric values in cells B12 to B30.
I want to be able to put an asterisk in any one of cells A12 to A30 (only ever one) - say A15. and for the corresponding value in the B column (ie contents of B15) to be shown in another cell - say C15 Can SKS help out. TIA Rob |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just seen my original post where it is a bit ambiguous
Cell C15 would always contain the result independent of whether the asterisk was in row 2 or row 20 Hope this clarifies things Rob "RobFJ" wrote in message ... I've got a list of fixed numeric values in cells B12 to B30. I want to be able to put an asterisk in any one of cells A12 to A30 (only ever one) - say A15. and for the corresponding value in the B column (ie contents of B15) to be shown in another cell - say C15 Can SKS help out. TIA Rob |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In C15, use
=INDEX(B12:B30,MATCH("~*",A12:A30,FALSE)) HTH, Bernie MS Excel MVP "RobFJ" wrote in message ... I've got a list of fixed numeric values in cells B12 to B30. I want to be able to put an asterisk in any one of cells A12 to A30 (only ever one) - say A15. and for the corresponding value in the B column (ie contents of B15) to be shown in another cell - say C15 Can SKS help out. TIA Rob |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=index(b12:b30,match("~*",a12:a30,0))
The ~ means that I want to use the asterisk as a real asterisk--not as a wildcard. RobFJ wrote: I've got a list of fixed numeric values in cells B12 to B30. I want to be able to put an asterisk in any one of cells A12 to A30 (only ever one) - say A15. and for the corresponding value in the B column (ie contents of B15) to be shown in another cell - say C15 Can SKS help out. TIA Rob -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex Index Match Help (or at least complex to me) | Excel Discussion (Misc queries) | |||
creating a complex cell | Excel Worksheet Functions | |||
changing font style in a complex worksheet function | Excel Worksheet Functions | |||
How to use complex no. functions that have cell references? | Excel Worksheet Functions | |||
How to insert a complex formula in a cell with VBA | Excel Worksheet Functions |