Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm combining two cells with the = A1 & " " & B1 formula. The a1 column
has numbers in it and I can only get that formula to work if I put a ' in front of the numbers. The column is about 300 cells long. Is there a quick formatting way in which I can do this? Any help is appreciated. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It should work fine without the single quote. If you want some special
format =Text(A1,"00000") & " " & B1 Use the format you want. -- Regards, Tom Ogilvy "Peter McCaul" wrote in message ... I'm combining two cells with the = A1 & " " & B1 formula. The a1 column has numbers in it and I can only get that formula to work if I put a ' in front of the numbers. The column is about 300 cells long. Is there a quick formatting way in which I can do this? Any help is appreciated. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
taking numbers in vertical cells putting them in horizontal cells | Excel Worksheet Functions | |||
Searching on 2 columns and putting result in third column. | Excel Worksheet Functions | |||
How do I undo putting a column in alphabetical order? | Excel Worksheet Functions | |||
Putting a label on the x-axis of a column graph | Charts and Charting in Excel | |||
how can i fix one entire column after putting my formula there so. | Excel Worksheet Functions |