Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a cell with a number in it 1-10
I want to convert that to text like person1 - person10. I have tried all sorts of formula but not quite got there yet. Any ideas fellas? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
try ="Person"&" "&TRIM(LEFT(F8,FIND("-",F8)-1))&" - "&"Person"&" "&MID(F8,SEARCH("-",F8)+1,3) "Brookyboy" wrote: I have a cell with a number in it 1-10 I want to convert that to text like person1 - person10. I have tried all sorts of formula but not quite got there yet. Any ideas fellas? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
="person"&SUBSTITUTE(A1,"-"," - person")
"Brookyboy" wrote: I have a cell with a number in it 1-10 I want to convert that to text like person1 - person10. I have tried all sorts of formula but not quite got there yet. Any ideas fellas? Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like this...?
="person"&A1 HTH Regards, Howard "Brookyboy" wrote in message ... I have a cell with a number in it 1-10 I want to convert that to text like person1 - person10. I have tried all sorts of formula but not quite got there yet. Any ideas fellas? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert text to number | Excel Discussion (Misc queries) | |||
Convert text number to number formate | Excel Discussion (Misc queries) | |||
convert number to text | Excel Worksheet Functions | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
not able to convert text, or graphic number to regular number in e | Excel Worksheet Functions |