View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
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.