Sufiyan97
Well-known Member
- Joined
- Apr 12, 2019
- Messages
- 1,584
- Office Version
- 365
- 2013
- Platform
- Windows
is there any way to keep leading zeros while using formula,
length of number is not same for all rows,
also leading zero number is not same for all some have one leading zero some have two and some have three,
is there a way to keep original number while grabbing it with formula?
length of number is not same for all rows,
also leading zero number is not same for all some have one leading zero some have two and some have three,
is there a way to keep original number while grabbing it with formula?
Book2 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | |||
1 | Employee Name | Priority | Bank Name | Account # | |||||||
2 | ALEXANDER, ANGELA L | 1 | BANK OF AMER 0196 | 000650342558 | ALEXANDER, ANGELA L | 650342558 | |||||
3 | COWAND, MICHAEL D | 1 | BB & T 1121 | 0005112406796 | COWAND, MICHAEL D | 5112406796 | |||||
4 | Williams, Leigh H | 1 | CAROLINA TELCO 4977 | 0002036349 | Williams, Leigh H | 2036349 | |||||
5 | |||||||||||
6 | |||||||||||
7 | |||||||||||
8 | |||||||||||
Table 1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H2:H4 | H2 | =LEFT(INDEX(E:E,MATCH(G2,B:B,0)),LEN(INDEX(E:E,MATCH(G2,B:B,0)))) |