Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | PavanKumar | Pavan | Kumar | ||
2 | SankaraNarayanan | Sankara | Narayanan | ||
Sheet3 |
Excel Workbook | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | PavanKumar | Pavan | Kumar | |||
2 | SankaraNarayanan | Sankara | Narayanan | |||
Sheet3 |
lngth =ROW(OFFSET(Sheet3!$A$1,,,LEN(Sheet3!$A1)))
lngth1 =ROW(OFFSET(Sheet3!$A$1,,,LEN(Sheet3!$A1)+1))
Is there a way out if I have a space in between the names for example - Pavan Kumar?
I am looking for a small formula. When I give the function Left or Right, it only gets the data from the cell, but does not cut the data from A1.
Please help me. Thanks
Pavan