#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default concatenate

=Concatenate(",A2,"",C2,"",E2,")


a2 c2 e2 f2
2378 7011 011 =Concatenate(",A2,"",C2,"",E2,")

I am trying to tie together fields that are formatted as general. I am
using the above concatenate formula but keep just seeing the actual formula
and not the numbers that I want to see.

What am I forgetting or putting in wrong???

Thanks,
Barb
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default concatenate

=Concatenate(A2,"",C2,"",E2)
or more simply:
=Concatenate(A2,C2,E2)
or even
=A2&C2&E2

But it doesn't look like E2 is formatted as General--or did you type '011 (with
the leading apostrophe)?

You may want something like:
=text(a2,"0000")&text(c2,"0000")&text(e2,"000")



babs wrote:

=Concatenate(",A2,"",C2,"",E2,")

a2 c2 e2 f2
2378 7011 011 =Concatenate(",A2,"",C2,"",E2,")

I am trying to tie together fields that are formatted as general. I am
using the above concatenate formula but keep just seeing the actual formula
and not the numbers that I want to see.

What am I forgetting or putting in wrong???

Thanks,
Barb


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default concatenate

thanks for the input. It worked for the first one F2 but then when I use the
fill handle to copy down. It appears that the formula changes to where it is
copied to - relative- which is what I want put the actual result of the
forumula matches exactly what is in F2 not what is should in the
corresponding cells????

can't figure this out??

Thanks again,
Barb

"Dave Peterson" wrote:

=Concatenate(A2,"",C2,"",E2)
or more simply:
=Concatenate(A2,C2,E2)
or even
=A2&C2&E2

But it doesn't look like E2 is formatted as General--or did you type '011 (with
the leading apostrophe)?

You may want something like:
=text(a2,"0000")&text(c2,"0000")&text(e2,"000")



babs wrote:

=Concatenate(",A2,"",C2,"",E2,")

a2 c2 e2 f2
2378 7011 011 =Concatenate(",A2,"",C2,"",E2,")

I am trying to tie together fields that are formatted as general. I am
using the above concatenate formula but keep just seeing the actual formula
and not the numbers that I want to see.

What am I forgetting or putting in wrong???

Thanks,
Barb


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default concatenate

Make sure you have excel in autocalculate mode.

Tools|Options|Calculation tab (in xl2003)



babs wrote:

thanks for the input. It worked for the first one F2 but then when I use the
fill handle to copy down. It appears that the formula changes to where it is
copied to - relative- which is what I want put the actual result of the
forumula matches exactly what is in F2 not what is should in the
corresponding cells????

can't figure this out??

Thanks again,
Barb

"Dave Peterson" wrote:

=Concatenate(A2,"",C2,"",E2)
or more simply:
=Concatenate(A2,C2,E2)
or even
=A2&C2&E2

But it doesn't look like E2 is formatted as General--or did you type '011 (with
the leading apostrophe)?

You may want something like:
=text(a2,"0000")&text(c2,"0000")&text(e2,"000")



babs wrote:

=Concatenate(",A2,"",C2,"",E2,")

a2 c2 e2 f2
2378 7011 011 =Concatenate(",A2,"",C2,"",E2,")

I am trying to tie together fields that are formatted as general. I am
using the above concatenate formula but keep just seeing the actual formula
and not the numbers that I want to see.

What am I forgetting or putting in wrong???

Thanks,
Barb


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 329
Default concatenate

Hi Barb,

Make sure the cell is not formatted as Text (see under Format|Cells) - use the General or another suitable format instead.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"babs" wrote in message ...
=Concatenate(",A2,"",C2,"",E2,")


a2 c2 e2 f2
2378 7011 011 =Concatenate(",A2,"",C2,"",E2,")

I am trying to tie together fields that are formatted as general. I am
using the above concatenate formula but keep just seeing the actual formula
and not the numbers that I want to see.

What am I forgetting or putting in wrong???

Thanks,
Barb



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default concatenate

Do you want the output to look like 23787011011, or 2378 7011 011?
If it were me doing this, I would format as General and the formula would be :
=a2&c2&e2 (for no spaces inbetween)
=a2&" "&c2&" "&e2 (for the spaces inbetween).

"babs" wrote:

=Concatenate(",A2,"",C2,"",E2,")


a2 c2 e2 f2
2378 7011 011 =Concatenate(",A2,"",C2,"",E2,")

I am trying to tie together fields that are formatted as general. I am
using the above concatenate formula but keep just seeing the actual formula
and not the numbers that I want to see.

What am I forgetting or putting in wrong???

Thanks,
Barb

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate Max_power Excel Discussion (Misc queries) 13 March 25th 06 12:39 AM
CONCATENATE Tennisstar007 Excel Worksheet Functions 9 March 7th 06 03:31 PM
Concatenate Jeff Excel Discussion (Misc queries) 4 October 5th 05 04:39 PM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM
Un-concatenate James Hamilton Excel Discussion (Misc queries) 7 June 10th 05 01:09 AM


All times are GMT +1. The time now is 09:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"