Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
i have a column of numbers.i want a combination of text and the column of
numbers in another column.Text being constant as "Group" Reqd: groupxx where xx is the column of numbers so for the combination, i type ="group"&LEFT(E5,2) E being the column 5 being the row. But i donot get the single digits zero padded. for ex: i have 00,01,02,03...in the column of numbers and i get group1,group2,group3 as result by apply above formula. how do i get the zero padding? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
="group"&TEXT(LEFT(E5,2),"00")
or if E5 has only a number value ="group"&TEXT(E5,"00") best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "kiran cherukumilli" <kiran wrote in message ... i have a column of numbers.i want a combination of text and the column of numbers in another column.Text being constant as "Group" Reqd: groupxx where xx is the column of numbers so for the combination, i type ="group"&LEFT(E5,2) E being the column 5 being the row. But i donot get the single digits zero padded. for ex: i have 00,01,02,03...in the column of numbers and i get group1,group2,group3 as result by apply above formula. how do i get the zero padding? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combination text & numbers - use what format for pivot | Excel Discussion (Misc queries) | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Numbers stored as text causes problem with VLOOKUP | Excel Worksheet Functions | |||
Converting Numbers to Text properly | Excel Discussion (Misc queries) |