rickbw New Member Jun 17, 2020 #1 If I have a cell like "AAI.O" and another cell "KK.D" and I wanted to remove the period and anything after it, result in another cell would be "AAII" and "KK" in adjacent cells, is there a function that would allow me to accomplish it?
If I have a cell like "AAI.O" and another cell "KK.D" and I wanted to remove the period and anything after it, result in another cell would be "AAII" and "KK" in adjacent cells, is there a function that would allow me to accomplish it?
rickbw New Member Jun 17, 2020 #2 Above is visual of what I am attempting to accomplish Attachments 1592391332065.png 11.7 KB · Views: 6
R rahulshewale1 Active Member Jun 17, 2020 #5 HI @richbw, See if is ok ? CELL B2 Copy Down =IFERROR(MID(A2,1,FIND(".",A2)-1),A2)
shrivallabha Excel Ninja Jun 18, 2020 #10 If you are going to do it once then you can also try find and replace as shown below (Replace with is completely blank).
If you are going to do it once then you can also try find and replace as shown below (Replace with is completely blank).