![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Hello
I am wondering is there a formula to copy part of a text/number to another cell? e.g Weight = 233 copy 233 to another cell |
|
|
|
#2 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Yes, in this case, if your original text is in cell a1, use the following:
=RIGHT(a1,3)+0 The 0 converts the new string to a number. Cheers, Nate [ This Message was edited by: NateO on 2002-03-12 09:02 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|