View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Alain Dekker Alain Dekker is offline
external usenet poster
 
Posts: 12
Default Combine strings and numbers

Hi,

Using Excel 97.

I'm trying to generate a list of costs of some stock items:
So I have columns:
Dollar_Symbol
Dollar_Amount
Dollar_Cents

eg.
Column A Column B Column C
Dollar_Symbol Dollar_Amount Dollar_Cents
$ 3 47
$ 12 09

etc

Now I want to concatenate these into a string ie. something like this:
A2+B2+"."+C2 (which should $3.47)
A3+B3+"."+C3 (which should $12.09)
but I can't get the formulas to work. I'm sure this is simple, I'll kick
myself later, I promise!

Thanks in advance,
Alain