OffsetInList ( theList ; value )
Rate this function: Average rating: 3.5 (17 votes) Discuss this Custom Function
Don Aehl, none
http://nop
Returns the item position of value (first instance only) within theList. Returns 0 otherwise.
Sample Input:
| OffsetInList ( "abc¶def¶ab¶de¶ab¶d¶a" , "d" ) |
|
Sample Output:
|
Description:
Returns the item position of value (first instance only) within theList. Returns 0 otherwise.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:Make a comment about this Custom Function (please try to keep it brief & to the point). Anyone can post:
|
Newest Custom Functions:
| 1. |
list.intersect (listA; listB) |
| |
(Mon, May 14, 12:43pm) |
| 2. |
WeekStart ( weekOfYear ; year ) |
| |
(Sat, May 12, 8:42am) |
| 3. |
PercentToWords (FIELD) |
| |
(Thu, May 10, 3:16pm) |
| 4. |
PercentToText (FIELD) |
| |
(Thu, May 10, 2:37pm) |
| 5. |
StripReserved( text ) |
| |
(Wed, May 02, 6:05pm) |
| 6. |
ListBaseTables |
| |
(Wed, May 02, 3:48pm) |
| 7. |
ValidEmail( theEmail ) |
| |
(Wed, May 02, 7:27am) |
| 8. |
UltraDate (Text; LongDate_or_DateDigit) |
| |
(Wed, May 02, 6:07am) |
 |
|
This function fails by returning the value 0 in the scenario where the value is 75AH and theList is
21AH
91AH
75AH
36AH
63AH
130AH
121AH
107AH
42AH
120AH
19AH
101 AH
144AH
14AH
116AH
40AH
33AH
133AH
88AH
60AH
45AH
86AH
90AH
67 AH
62AH
22AH
138AH
139AH
135AH
100AH
208AH
34AH
132AH
13AH
124AH
128AH
32AH
1AH
117AH
127AH
39AH
59AH
31AH
92AH
118AH
5AH
72AH
65AH
136AH
58AH
110AH
WilliamCB, London
March 26, 2009 12:20pm