Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I need to auto derive data for column A using "-" as an identifier for input from Column B. See below: Column A Column B S14134 S14134 S14134 S14134-1 S14134 S14134-2 S14134 S14134-3 Any help is appreciated. Tims -- tims ------------------------------------------------------------------------ tims's Profile: http://www.excelforum.com/member.php...o&userid=37197 View this thread: http://www.excelforum.com/showthread...hreadid=569088 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, Tims With your references in Col_A, beginning in A1 B1: =A1&TEXT(COUNTIF($A$1:A1,A1)-1,"-0;-0;") copy that formula down as far as you need Does that help? Regards, Ron -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=569088 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I may have mis-read your post.... If you want to use the reference in Col_B to calculate the base reference in Col_A, then... For a reference in B1, A1: =LEFT(B1,FIND("-",B1&"-")-1) Does that help? Regards, Ron -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=569088 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In A1 put
=LEFT(B1,6) Vaya con Dios, Chuck, CABGx3 "tims" wrote: I need to auto derive data for column A using "-" as an identifier for input from Column B. See below: Column A Column B S14134 S14134 S14134 S14134-1 S14134 S14134-2 S14134 S14134-3 Any help is appreciated. Tims -- tims ------------------------------------------------------------------------ tims's Profile: http://www.excelforum.com/member.php...o&userid=37197 View this thread: http://www.excelforum.com/showthread...hreadid=569088 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks! I am up and running. -- tims ------------------------------------------------------------------------ tims's Profile: http://www.excelforum.com/member.php...o&userid=37197 View this thread: http://www.excelforum.com/showthread...hreadid=569088 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stock data manipulation | Excel Worksheet Functions | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
How to group similar column titles together???? | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |