Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Afternoon,
I would like to know how to output the column number from a particular array that a specific output is found in. For example: what is the column number of X in the following array V, W, X, Y, Z? 3 Thank you! Michelle |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=MATCH("x",{"V","W","X","Y","Z"},0) Or, if the entry is in a range of cells: =MATCH("x",V1:Z1,0) -- Biff Microsoft Excel MVP "michelle439731" wrote in message ... Afternoon, I would like to know how to output the column number from a particular array that a specific output is found in. For example: what is the column number of X in the following array V, W, X, Y, Z? 3 Thank you! Michelle |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Smashing.
Thanks ever so. Mwah! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Michelle
You should try to explain your problem a bit more thoroughly if you want to get a good quality answer to your problem. Asking about an array makes me think that you are asking a vba question, in which case you should probably ask it in this http://groups.google.com/group/micro...ramming/topics discussion group. You should mention what version of excel you are using?, how the array is populated?, is it a vba solution you need?, is it a formulae solution you need?, is the data held in a worksheet? Its very difficult to understand what you are trying to do from what you have written. Regards Stuart Bisset www.insightmodelling.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array formula: how to join 2 ranges together to form one array? | Excel Worksheet Functions | |||
Using a template form, advance a form number everytime you open | Excel Discussion (Misc queries) | |||
Finding a number in a column out of an array in another column | Excel Discussion (Misc queries) | |||
V-Lookup, column index number indicator in table array | Excel Worksheet Functions | |||
how can I make a form number change everytime the form is opened | Excel Worksheet Functions |