texasalynn
Well-known Member
- Joined
- May 19, 2002
- Messages
- 8,458
I need a way to lookup and return only part of a field. I have a table with account number and a field that I only want the first 2 digits and then in another field the mid(3,3). With the sample data I need from column D to get this from. I hope this makes sense.
texasalynn
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Dist-Acct | Acct | SERVCLOC# | SysCd | ||
2 | 0240-1236884 | 1236884 | 00001 | 12 | ||
3 | 0240-1236884 | 1236884 | 00001 | 70 | ||
4 | 0260-0022783 | 0022783 | 00001 | 10 | ||
5 | 0260-0022783 | 0022783 | 00001 | 71 | ||
6 | 1625-0156877 | 0156877 | 100 | 0100900 | ||
7 | 0326-0482414 | 0482414 | 100 | 0100900 | ||
Sheet1 |
texasalynn