View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elis Elis is offline
external usenet poster
 
Posts: 3
Default Multiple cells reference

Let's suppose the following facts:
I have two cells, each one containing one number.
I want to make a refference of the two values that I need to view in a third
cell, separated by commas or ";" or anything else.
So, if two cells have the "44" and "55" vallues, can I have a third cell
that will contain the following value: "44,55" or "44;55" or "44 55"?
Please help me if there's any chance.

Thanks.