Dec 17, 2003 #1 rss01 Technical User Joined Oct 10, 2001 Messages 125 Location US Does anybody know how to replace an '*' from a cell. I've tried a couple different ways but can not do it. Example: Cell A1 = S02/A02* and I want it to be S02/A02. I can use the SUBSTITUTE function, but I want to search the entire spreadsheet. Thanks
Does anybody know how to replace an '*' from a cell. I've tried a couple different ways but can not do it. Example: Cell A1 = S02/A02* and I want it to be S02/A02. I can use the SUBSTITUTE function, but I want to search the entire spreadsheet. Thanks
Dec 17, 2003 #2 bluedragon2 IS-IT--Management Joined Jan 24, 2003 Messages 2,642 Location US One way: data on sheet1 on sheet 2 cell A1 type: =SUBSTITUTE(sheet1!A1,"*","" Then copy the cell, select the entire sheet 2 and paste. Then select entire sheet2, and paste special/values to sheet3 You will now have a sheet without any *'s Blue If I wasn't Blue, I would just be a Dragon... Upvote 0 Downvote
One way: data on sheet1 on sheet 2 cell A1 type: =SUBSTITUTE(sheet1!A1,"*","" Then copy the cell, select the entire sheet 2 and paste. Then select entire sheet2, and paste special/values to sheet3 You will now have a sheet without any *'s Blue If I wasn't Blue, I would just be a Dragon...
Dec 17, 2003 #3 bluedragon2 IS-IT--Management Joined Jan 24, 2003 Messages 2,642 Location US If you have a slow PC, I suggest to only paste as big as your sheet1 Blue If I wasn't Blue, I would just be a Dragon... Upvote 0 Downvote
If you have a slow PC, I suggest to only paste as big as your sheet1 Blue If I wasn't Blue, I would just be a Dragon...
Dec 17, 2003 3 #4 DrBowes Programmer Joined Jul 16, 2003 Messages 150 Location GB Use ~* and replace as usual. Upvote 0 Downvote
Dec 17, 2003 #5 bluedragon2 IS-IT--Management Joined Jan 24, 2003 Messages 2,642 Location US Thats it... I was looking for that control character and couldn't find it anywhere in my notes. Blue If I wasn't Blue, I would just be a Dragon... Upvote 0 Downvote
Thats it... I was looking for that control character and couldn't find it anywhere in my notes. Blue If I wasn't Blue, I would just be a Dragon...
Dec 17, 2003 Thread starter #6 rss01 Technical User Joined Oct 10, 2001 Messages 125 Location US Thanks, that one worked great. bluedragon2 - I tried yours but my spreadsheet is to big Upvote 0 Downvote
Dec 17, 2003 #7 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US GOOD TIP! ==> * Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 Skip, http://www.TheOfficeExperts.com Upvote 0 Downvote
GOOD TIP! ==> * Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 Skip, http://www.TheOfficeExperts.com