Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default combining Formulas

I think I am just not thinking today. So any help would be appreciated.

So my formula is

=(((D3-C3)*1440)-Q8)*(N8/60)

I want to take the answer from this and I want:

c8/(answer)

Yes should be easy but I can't get it to work. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default combining Formulas

What's wrong with =C8/((((D3-C3)*1440)-Q8)*(N8/60))
or C8/(((D3-C3)*1440)-Q8)/(N8/60)
or C8/(((D3-C3)*1440)-Q8)*(60/N8)
or C8*60/N8/(((D3-C3)*1440)-Q8)
or C8*60/(N8*(((D3-C3)*1440)-Q8)) ?
--
David Biddulph

"mndpy" wrote in message
...
I think I am just not thinking today. So any help would be appreciated.

So my formula is

=(((D3-C3)*1440)-Q8)*(N8/60)

I want to take the answer from this and I want:

c8/(answer)

Yes should be easy but I can't get it to work. Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default combining Formulas

mndpy

Maybe I don't understand you. If this calculation is in B8, and you want
the final answer in D8, can't you just put '=C8/B8' in that cell?

Or, if you're trying to do it all in one cell, can't you just add an extra
set of parentheses around this whole formula as you put it in the denominator?

= C8 / ((((D3-C3)*1440)-Q8)*(N8/60)) ??

Or did I not understand you?

HTH

"mndpy" wrote:

I think I am just not thinking today. So any help would be appreciated.

So my formula is

=(((D3-C3)*1440)-Q8)*(N8/60)

I want to take the answer from this and I want:

c8/(answer)

Yes should be easy but I can't get it to work. Thanks!

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
combining formulas egarcia Excel Discussion (Misc queries) 8 February 6th 07 10:26 PM
Combining 2 Formulas Joker Excel Discussion (Misc queries) 1 February 1st 07 03:30 PM
Combining Two Formulas to One Jerkyboy via OfficeKB.com Excel Discussion (Misc queries) 1 August 17th 06 05:28 AM
combining formulas Sherri Excel Discussion (Misc queries) 3 July 19th 06 10:29 PM
Combining 2 Formulas carl Excel Worksheet Functions 2 February 2nd 06 06:21 PM


All times are GMT +1. The time now is 05:47 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"