Wrong result displayed when using concatenate???

B

bhatbu

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC

Hi,
I am trying to concatenate two columns of data, in the formula builder it calculates the correct result and will display the correct result in the worksheet for the first row, however when I click the fill handle to copy the formula down the column it copies the result from the first row. The formula is correct in the formula bar, however the results is the same all the way down the column. Also, in the formula builder toolbox, it displays the correct result but it is not showing up in the worksheet? Any ideas???
Thanks
 
M

macropod

Hi,

Try removing an '$' symbols in the row references in your formula before copying/filling down. For example, change =$A$1&$B$1 to
=$A1&$B1 (Note: this gives the same result as changing =CONCATENATE($A$1,$B$1) to =CONCATENATE($A1,$B1).
 
J

JE McGimpsey

macropod said:
Try removing an '$' symbols in the row references in your formula before
copying/filling down. For example, change =$A$1&$B$1 to
=$A1&$B1 (Note: this gives the same result as changing
=CONCATENATE($A$1,$B$1) to =CONCATENATE($A1,$B1).

You can find out more about why this works in the "Switch between
relative and absolute references" topic in XL08 Help.
 
B

Bob Greenblatt

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC

Hi,
I am trying to concatenate two columns of data, in the formula builder it
calculates the correct result and will display the correct result in the
worksheet for the first row, however when I click the fill handle to copy the
formula down the column it copies the result from the first row. The formula
is correct in the formula bar, however the results is the same all the way
down the column. Also, in the formula builder toolbox, it displays the correct
result but it is not showing up in the worksheet? Any ideas???
Thanks
Also check to make sure you have calculation set to Automatic. Press F9
after you have filled the column to see if this helps.
 
B

bhatbu

Hi
Thanks for all the responses. I did not have a '$' symbol in the reference formula and copying/filling down was still not working correctly. However, I did have the calculations preference set to manual instead of automatic, so changing that to automatic fixed the problem!
Thanks again!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top