![]() |
How do I reduce qwe.qwe.qwe in cell A1 to qwe in cell B1 ?
I need the formula to reduce :
qwe.qwe.qwe in cell A1 on Excel to : qwe in cell B1 on Excel Can anyone help ? |
How do I reduce qwe.qwe.qwe in cell A1 to qwe in cell B1 ?
If always separated by a dot (period)
=IF(ISERR(FIND(".",A1)),"",LEFT(A1,FIND(".",A1)-1)) -- Don Guillett Microsoft MVP Excel SalesAid Software "AR261070" wrote in message ... I need the formula to reduce : qwe.qwe.qwe in cell A1 on Excel to : qwe in cell B1 on Excel Can anyone help ? |
All times are GMT +1. The time now is 11:50 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com