View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
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!