Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Multiple Calculations in a Formula

I need help with how to properly create a formula for the following:
E
7 660
8 535
9 91
10 573

I will use E7 and E8 as an example:
E7/12=50 then 420/50=8.4
E8/12=44.58 then 420/44.58=9.42

12 and 420 are constants. Essentially, I will be using the answer of the
first calculation of the formula in the second calculation of the formula. I
hope this is clear. Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Multiple Calculations in a Formula

Try this:

=420/(E7/12)

Copy down.

E7/12=50 then 420/50=8.4


The actual result should be 7.63636363636364

Biff

"kjguillermo" wrote in message
...
I need help with how to properly create a formula for the following:
E
7 660
8 535
9 91
10 573

I will use E7 and E8 as an example:
E7/12=50 then 420/50=8.4
E8/12=44.58 then 420/44.58=9.42

12 and 420 are constants. Essentially, I will be using the answer of the
first calculation of the formula in the second calculation of the formula.
I
hope this is clear. Thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Multiple Calculations in a Formula

THanks! Worked like a charm!!!

"Biff" wrote:

Try this:

=420/(E7/12)

Copy down.

E7/12=50 then 420/50=8.4


The actual result should be 7.63636363636364

Biff

"kjguillermo" wrote in message
...
I need help with how to properly create a formula for the following:
E
7 660
8 535
9 91
10 573

I will use E7 and E8 as an example:
E7/12=50 then 420/50=8.4
E8/12=44.58 then 420/44.58=9.42

12 and 420 are constants. Essentially, I will be using the answer of the
first calculation of the formula in the second calculation of the formula.
I
hope this is clear. Thanks in advance




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
Recurring Excel Formula error - multiple users affected! Rayo K Excel Discussion (Misc queries) 3 April 11th 06 02:22 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Calculations crossing multiple sheets Stephen McArthu Excel Discussion (Misc queries) 4 June 6th 05 04:35 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula to return cell contents based on multiple conditions Bill Excel Worksheet Functions 3 January 19th 05 09:59 AM


All times are GMT +1. The time now is 09:22 AM.

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"