carrielou_who
New Member
- Joined
- Mar 14, 2018
- Messages
- 2
Hi!
I'm attempting to search for 800 in a cell and return 800 plus 5 digits after.(80051234)
I'm currently using: =find(800,AC2)*Left(AC2,8)
This is working if the cell begins with 800 but for cells that may contain other numbers or texts first, I'm receiving an error message.
I'm attempting to search for 800 in a cell and return 800 plus 5 digits after.(80051234)
I'm currently using: =find(800,AC2)*Left(AC2,8)
This is working if the cell begins with 800 but for cells that may contain other numbers or texts first, I'm receiving an error message.