Combining formulas

  • Thread starter Thread starter carol
  • Start date Start date
C

carol

Hi

Thanks for all your help earlier. I have another set of cells that i need to
combine into one as follows:

1) (F262*Fg262)
2) =sum((H262:H268)-H269)*G262

Can someone tell me how to combine the above to take away the answer of part
2 from part 1?

Many thanks

Carol
 
I think you still haven't understood the SUM function. Please look up the
SUM function in excel help ?

Are you sure that =sum((H262:H268)-H269)*G262 works for you? [Or does it
give a #VALUE! error?] Doesn't it only work if you enter it as an array
formula (Control Shift Enter)? Did you mean =(sum(H262:H268)-H269)*G262
(which gives a different answer from the array formula) ?
In which case combining the formulae gives
=(F262*Fg262)-(sum(H262:H268)-H269)*G262 ?
 
Sorry, that is a typo - it should be G262 (and yes, the same cell as it part 2)
 
Taking in consideration the two formulas you provide there's no way to
combine them, since they do not depend on each other, no matter they have a
common G262.
 
Yes it does - thanks.

Luke M said:
Does this not work?

=F262*G262-(SUM(H262:H268)-H269)*G262

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 
As far as I understand she wants to combine the formula through the common
cell G262, not to subtract them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top