View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peri
 
Posts: n/a
Default How? Link 2 cells from Sht 1 to 1 cell in Sht 2 separated w sl

Thank you, Dave! It worked!

"Dave Peterson" wrote:

=sheet1!a1 & "/" & sheet1!a2

If you want to format the numbers, you can do something like:
=text(sheet1!a1,"000.0") & "/" & text(sheet1!a2,"00000")



Peri wrote:

Using MS Excel Office 2003. I want to link the values of two separate cells
of Sheet 1 to one cell of Sheet 2 separated by a slash. I want it to look
like a fraction, but I do not want it to reduce the fraction.


--

Dave Peterson