Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   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 slash

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default How? Link 2 cells from Sht 1 to 1 cell in Sht 2 separated w slash

=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
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default How? Link 2 cells from Sht 1 to 1 cell in Sht 2 separated w slash

Hi!

Try this:

=Sheet1!A1&"/"&Sheet1!A2

Biff

"Peri" wrote in message
...
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.



  #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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking Groups of cells between workbooks vnacj-joe Excel Discussion (Misc queries) 4 June 14th 07 05:18 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
How do I total range of cells that have checks in checkboxes? instructorjml Excel Discussion (Misc queries) 2 March 23rd 06 11:56 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 11:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"