#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Function Help

I am trying to divide 2 numbers on page 1 of workbook and have the resultant
on page 2 of same workbook (ex: A2/A9 = answer on page 2 at A2). Any
suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Function Help

Hi there.
Please, try putting in cell A2 of page 2:

=Page1!A2/Page1!A9

Where Page1 is the name of your first sheet, as it appears on the sheet tab.
Regards,
Otávio

"Stac" wrote:

I am trying to divide 2 numbers on page 1 of workbook and have the resultant
on page 2 of same workbook (ex: A2/A9 = answer on page 2 at A2). Any
suggestions?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Function Help

Put this in A2 on sheet2:

=Sheet1!A2/Sheet1!A9

You put the formula in the cell where you want the result to be
displayed, and if the formula refers to a cell on another sheet then
you have to include a reference to the sheet name - with apostrophes
around it if it contains space(s).

Hope this helps.

Pete

On Dec 7, 7:10*pm, Stac wrote:
I am trying to divide 2 numbers on page 1 of workbook and have the resultant
on page 2 of same workbook (ex: A2/A9 = answer on page 2 at A2). Any
suggestions?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Function Help

On **sheet** 2, put this formula in the cell you want the division result to
be in...

=Sheet1!A2/Sheet1!A9

where Sheet1 is the worksheet name containing the A2 and A9 cells you want
to reference (change it in my formula as necessary). If your sheet names
have spaces in them, then surround the sheet name with apostrophes; for
example, if your sheet were named "Sheet One", then the above formula would
be...

='Sheet One'!A2/'Sheet One'!A9

--
Rick (MVP - Excel)


"Stac" wrote in message
...
I am trying to divide 2 numbers on page 1 of workbook and have the
resultant
on page 2 of same workbook (ex: A2/A9 = answer on page 2 at A2). Any
suggestions?


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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 05:59 AM.

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

About Us

"It's about Microsoft Excel"