![]() |
#2
|
|||
|
|||
![]()
Hi Will
How much do you know about excel? You will need at least to know excel's feature for evaluating formulas, and how to create array formulas: Quote:
=FIND("Hello","e",1) It will return 2 Fill Range E1:E10 with characters a to j, now look at the evaluation if you select the cell containing: =FIND(E1:E10,"e") You will see =FIND("a","e") the result will be #VALUE but that's not of interest, the point is, the evaluation shows, that just the value of E1 is evaluated. No matter whether you entered the formula normally or as array formula! To get FIND() working with arrays you will need a function, which got the ability to work with arrays. That's for example LOOKUP(), or MIN(): Enter the formula =MIN(FIND(E1:E10,"e")) and look at the evaluation, you will see something similiar as before, again only E1 is regarded. Now enter the above formula as arrayformula and the evaluation will show you the values of each cell E1:E10. LOOKUP() and MIN(), besides others, always will return a single value, but not an array as result! Quote:
The whole formula as you posted, is quite sophisticated. It won't work with numeric values, unless you change REPT("z",255) to - for example - 9^9 Cheers |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
where to find explanation of reference styles | LMHmedchem | Word | 5 | 07-22-2014 09:24 PM |
Formula | muhu | Excel | 1 | 04-14-2014 08:19 AM |
![]() |
zachluke | Excel | 3 | 03-13-2014 11:15 AM |
![]() |
hklein | Word VBA | 5 | 10-23-2011 04:10 AM |
Microsoft Office XP/2003/2007/2010 Graphic Filters "Allow List" Explanation | Jazz43 | Office | 0 | 08-24-2011 10:47 AM |