Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I am using the below formula in several spreadsheets; =CONCATENATE("F",(MATCH($A4,$E$1:$E$7985,0))) Currently I have to look at the length of the array in column E in each spreadsheet and input it into the formula. Is there anyway of having the formula automatcally call the length of the array to save me doing this? Thanks in advance, Steve -- steev_jd ------------------------------------------------------------------------ steev_jd's Profile: http://www.excelforum.com/member.php...o&userid=33107 View this thread: http://www.excelforum.com/showthread...hreadid=542820 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi steev_jd,
If you give your array a name (eg MyArray), you could use: =CONCATENATE("F",(MATCH($A4,MyArray,0))) or, even simpler: ="F"&MATCH($A4,MyArray,0) Cheers "steev_jd" wrote in message ... Hi, I am using the below formula in several spreadsheets; =CONCATENATE("F",(MATCH($A4,$E$1:$E$7985,0))) Currently I have to look at the length of the array in column E in each spreadsheet and input it into the formula. Is there anyway of having the formula automatcally call the length of the array to save me doing this? Thanks in advance, Steve -- steev_jd ------------------------------------------------------------------------ steev_jd's Profile: http://www.excelforum.com/member.php...o&userid=33107 View this thread: http://www.excelforum.com/showthread...hreadid=542820 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Change List Based on Value Chosen in Another List | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Data Validation List Length | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
list box length | Excel Worksheet Functions |