Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need the formula to reduce :
qwe.qwe.qwe in cell A1 on Excel to : qwe in cell B1 on Excel Can anyone help ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to either hide data in a cell or reduce the data to zero | Excel Worksheet Functions | |||
How can I copy a value from a cell and paste it into another cell while adding it to the previous value in that cell | Excel Worksheet Functions | |||
cell data not validated if navigating cell to cell with mouse | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
reduce # of charachters in same cell | Excel Worksheet Functions |