Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
I have a cell value in the format 90TN82C128004K00. I would like to copy the first two digits to another cell i.e. 90 and follow it up with a dummy code 00CPSS00 which will be standard for all values. the new cell should have the following value 9000CPSS00. Is there an automated function that can do this for me. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
If you data is in A1 enter in B1: =LEFT(A1,2)&"00CPSS00" Regards, -- AP "mohd21uk" <u20517@uwe a écrit dans le message de news:5e5292da6a2d1@uwe... Hi I have a cell value in the format 90TN82C128004K00. I would like to copy the first two digits to another cell i.e. 90 and follow it up with a dummy code 00CPSS00 which will be standard for all values. the new cell should have the following value 9000CPSS00. Is there an automated function that can do this for me. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
Try this formula in the cell where you want the result - change the 90TN82C128004K00 to a cell reference where you have the value you want to copy from.. =LEFT(90TN82C128004K00,2)&"00CPSS00" Regrdas, Bondi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to Copy or Move to active cell from specified range | Excel Discussion (Misc queries) | |||
How to Copy the value of a cell to any given cell | Excel Discussion (Misc queries) | |||
how to count the number of text frequencies and copy to other cell | Excel Worksheet Functions | |||
hpw do I logic test a cell then copy the row to diff. SS | Excel Worksheet Functions | |||
How can I copy cell formats in functions? | Excel Worksheet Functions |