Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default concatenate not working

I am trying to combine fields in Excel 2007

=CONCATENATE(AB4,AC4) or
=AB4 & AC4

and when I click enter and move to the next field the field where I left the
formula remains =CONCATENATE(AB4,AC4) and doesn't seem to exicute. I was
able to make a single cell reference bring forward the value. Example =AB4
and enter then the value of AB4 appears in the cell. Frustrated Thursday.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default concatenate not working

It sounds like the cell you have your formula in is formatted as Text.
Change its format to General and re-enter the formula.

--
Rick (MVP - Excel)


"Ralph" wrote in message
...
I am trying to combine fields in Excel 2007

=CONCATENATE(AB4,AC4) or
=AB4 & AC4

and when I click enter and move to the next field the field where I left
the
formula remains =CONCATENATE(AB4,AC4) and doesn't seem to exicute. I was
able to make a single cell reference bring forward the value. Example
=AB4
and enter then the value of AB4 appears in the cell. Frustrated Thursday.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default concatenate not working

that was part of the problem but now I see more problems.

I am trying to concatenate an address string and the address1 field can be
blank in which as I want to drop the comma. Here is the formula I have that
doesn't work.

AB4 is the Address1 field

=IF(AB4 ISBLANK,( AC4&", "&AD4&", "&AE4&" "&AF4),(AB4&", "&AC4&", "&AD4&",
"&AE4&" "&AF4))

thanks

"Rick Rothstein" wrote:

It sounds like the cell you have your formula in is formatted as Text.
Change its format to General and re-enter the formula.

--
Rick (MVP - Excel)


"Ralph" wrote in message
...
I am trying to combine fields in Excel 2007

=CONCATENATE(AB4,AC4) or
=AB4 & AC4

and when I click enter and move to the next field the field where I left
the
formula remains =CONCATENATE(AB4,AC4) and doesn't seem to exicute. I was
able to make a single cell reference bring forward the value. Example
=AB4
and enter then the value of AB4 appears in the cell. Frustrated Thursday.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default concatenate not working

I played with it and got this to work:

=IF(AB346 = "",( AC346&", "&AD346&", "&AE346&" "&AF346),(AB346&",
"&AC346&", "&AD346&", "&AE346&" "&AF346))

thanks again

"Ralph" wrote:

that was part of the problem but now I see more problems.

I am trying to concatenate an address string and the address1 field can be
blank in which as I want to drop the comma. Here is the formula I have that
doesn't work.

AB4 is the Address1 field

=IF(AB4 ISBLANK,( AC4&", "&AD4&", "&AE4&" "&AF4),(AB4&", "&AC4&", "&AD4&",
"&AE4&" "&AF4))

thanks

"Rick Rothstein" wrote:

It sounds like the cell you have your formula in is formatted as Text.
Change its format to General and re-enter the formula.

--
Rick (MVP - Excel)


"Ralph" wrote in message
...
I am trying to combine fields in Excel 2007

=CONCATENATE(AB4,AC4) or
=AB4 & AC4

and when I click enter and move to the next field the field where I left
the
formula remains =CONCATENATE(AB4,AC4) and doesn't seem to exicute. I was
able to make a single cell reference bring forward the value. Example
=AB4
and enter then the value of AB4 appears in the cell. Frustrated Thursday.



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 not working NicoleS Excel Discussion (Misc queries) 3 November 13th 09 08:56 PM
Concatenate in a Cell (&) and working with the numbers. GEM Excel Discussion (Misc queries) 4 July 28th 09 07:30 PM
Concatenate Formula not working helen Excel Discussion (Misc queries) 6 March 11th 09 01:12 PM
Concatenate function not working for me [email protected] Excel Discussion (Misc queries) 2 June 29th 07 03:51 PM
CONCATENATE not working Bruce A. Julseth Excel Programming 6 May 15th 07 08:37 PM


All times are GMT +1. The time now is 02:08 PM.

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"