+ Reply to Thread
Results 1 to 7 of 7

Thread: help please with simple formula

  1. #1
    Scudo
    Guest

    help please with simple formula

    F4 i have 0
    H4 i have 6
    J4 i have 1.12
    The answer in N4 is 6 (good enough but would like to round to nearest No
    which should be 7)
    Formula used is =H4-F4*J4

    F7 i have 0
    H7 i have 6
    J7 i have 2.24
    The answer in N7 is still 6 ( it should be 12, double the one above)
    Formula used is =H7-F7*J7

    just can`t work this out.

    help please
    thanks



  2. #2
    gls858
    Guest

    Re: help please with simple formula

    Scudo wrote:
    > F4 i have 0
    > H4 i have 6
    > J4 i have 1.12
    > The answer in N4 is 6 (good enough but would like to round to nearest No
    > which should be 7)
    > Formula used is =H4-F4*J4
    >
    > F7 i have 0
    > H7 i have 6
    > J7 i have 2.24
    > The answer in N7 is still 6 ( it should be 12, double the one above)
    > Formula used is =H7-F7*J7
    >
    > just can`t work this out.
    >
    > help please
    > thanks
    >
    >

    the multiplcation takes place first thus for the first formula you
    have 6- 0, zero times anything is zero. This applies to the second
    formula also. Try (H7-F7)*J7

    If you wnat it rounded try the Round function

    gls858

  3. #3
    Anne Troy
    Guest

    Re: help please with simple formula

    You need some parens, Scudo:
    =(H4-F4)*J4
    What it's doing now is taking H4-(F4*J4)
    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "Scudo" <me@nospam.fictional> wrote in message
    news:ujfze.6154$O22.3777@fe1.news.blueyonder.co.uk...
    > F4 i have 0
    > H4 i have 6
    > J4 i have 1.12
    > The answer in N4 is 6 (good enough but would like to round to nearest No
    > which should be 7)
    > Formula used is =H4-F4*J4
    >
    > F7 i have 0
    > H7 i have 6
    > J7 i have 2.24
    > The answer in N7 is still 6 ( it should be 12, double the one above)
    > Formula used is =H7-F7*J7
    >
    > just can`t work this out.
    >
    > help please
    > thanks
    >
    >




  4. #4
    Anne Troy
    Guest

    Re: help please with simple formula

    Sorry, Scudo. Rounding:

    http://www.officearticles.com/excel/...soft_excel.htm

    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "Anne Troy" <ng@officearticles.com> wrote in message
    news:406ca$42cd8525$97c5108d$11996@allthenewsgroups.com...
    > You need some parens, Scudo:
    > =(H4-F4)*J4
    > What it's doing now is taking H4-(F4*J4)
    > *******************
    > ~Anne Troy
    >
    > www.OfficeArticles.com
    > www.MyExpertsOnline.com
    >
    >
    > "Scudo" <me@nospam.fictional> wrote in message
    > news:ujfze.6154$O22.3777@fe1.news.blueyonder.co.uk...
    > > F4 i have 0
    > > H4 i have 6
    > > J4 i have 1.12
    > > The answer in N4 is 6 (good enough but would like to round to nearest

    No
    > > which should be 7)
    > > Formula used is =H4-F4*J4
    > >
    > > F7 i have 0
    > > H7 i have 6
    > > J7 i have 2.24
    > > The answer in N7 is still 6 ( it should be 12, double the one above)
    > > Formula used is =H7-F7*J7
    > >
    > > just can`t work this out.
    > >
    > > help please
    > > thanks
    > >
    > >

    >
    >




  5. #5
    Scudo
    Guest

    Re: help please with simple formula

    Thanks again to all for help, my problem (s) are now sorted.

    regards
    Scudo

    "Anne Troy" <ng@officearticles.com> wrote in message
    news:e8e0e$42cd899d$97c5108d$26641@allthenewsgroups.com...
    > Sorry, Scudo. Rounding:
    >
    >

    http://www.officearticles.com/excel/..._microsoft_exc
    el.htm
    >
    > *******************
    > ~Anne Troy
    >
    > www.OfficeArticles.com
    > www.MyExpertsOnline.com
    >
    >
    > "Anne Troy" <ng@officearticles.com> wrote in message
    > news:406ca$42cd8525$97c5108d$11996@allthenewsgroups.com...
    > > You need some parens, Scudo:
    > > =(H4-F4)*J4
    > > What it's doing now is taking H4-(F4*J4)
    > > *******************
    > > ~Anne Troy
    > >
    > > www.OfficeArticles.com
    > > www.MyExpertsOnline.com
    > >
    > >
    > > "Scudo" <me@nospam.fictional> wrote in message
    > > news:ujfze.6154$O22.3777@fe1.news.blueyonder.co.uk...
    > > > F4 i have 0
    > > > H4 i have 6
    > > > J4 i have 1.12
    > > > The answer in N4 is 6 (good enough but would like to round to

    nearest
    > No
    > > > which should be 7)
    > > > Formula used is =H4-F4*J4
    > > >
    > > > F7 i have 0
    > > > H7 i have 6
    > > > J7 i have 2.24
    > > > The answer in N7 is still 6 ( it should be 12, double the one

    above)
    > > > Formula used is =H7-F7*J7
    > > >
    > > > just can`t work this out.
    > > >
    > > > help please
    > > > thanks
    > > >
    > > >

    > >
    > >

    >
    >




  6. #6
    gls858
    Guest

    Re: help please with simple formula

    Scudo wrote:
    > Thanks again to all for help, my problem (s) are now sorted.
    >
    > regards
    > Scudo
    >
    > "Anne Troy" <ng@officearticles.com> wrote in message
    > news:e8e0e$42cd899d$97c5108d$26641@allthenewsgroups.com...
    >
    >>Sorry, Scudo. Rounding:
    >>
    >>

    >
    > http://www.officearticles.com/excel/..._microsoft_exc
    > el.htm
    >
    >>*******************
    >>~Anne Troy
    >>
    >>www.OfficeArticles.com
    >>www.MyExpertsOnline.com
    >>
    >>
    >>"Anne Troy" <ng@officearticles.com> wrote in message
    >>news:406ca$42cd8525$97c5108d$11996@allthenewsgroups.com...
    >>
    >>>You need some parens, Scudo:
    >>>=(H4-F4)*J4
    >>>What it's doing now is taking H4-(F4*J4)
    >>>*******************
    >>>~Anne Troy
    >>>
    >>>www.OfficeArticles.com
    >>>www.MyExpertsOnline.com
    >>>
    >>>
    >>>"Scudo" <me@nospam.fictional> wrote in message
    >>>news:ujfze.6154$O22.3777@fe1.news.blueyonder.co.uk...
    >>>
    >>>>F4 i have 0
    >>>>H4 i have 6
    >>>>J4 i have 1.12
    >>>>The answer in N4 is 6 (good enough but would like to round to

    >
    > nearest
    >
    >>No
    >>
    >>>>which should be 7)
    >>>>Formula used is =H4-F4*J4
    >>>>
    >>>>F7 i have 0
    >>>>H7 i have 6
    >>>>J7 i have 2.24
    >>>>The answer in N7 is still 6 ( it should be 12, double the one

    >
    > above)
    >
    >>>>Formula used is =H7-F7*J7
    >>>>
    >>>>just can`t work this out.
    >>>>
    >>>>help please
    >>>>thanks
    >>>>
    >>>>
    >>>
    >>>

    >>

    >
    >

    Glad you got it sorted.
    Thanks for posting back.

    gls858

  7. #7
    nospam@novirus.com.au
    Guest

    Re: help please with simple formula

    Dear Scudo

    I think it's now been answered, but remember in general that excel follows
    mathematical conventions. eg BODMAS (easy to remember) -- formualae are resolved
    in the strict order: * Brackets Of Divide Multiply Add Subtract*. So if you want
    to add or subtract *before* multiplying/dividing then you must use brackets round
    the items to first be added/subtracted.

    eg 4 X 5-1 = 19 -- multiplies first then subtracts
    but 4 X (5-1) = 16 -- does what's in the brackets first then multiplies



    gls858 wrote:

    > >>>>F7 i have 0
    > >>>>H7 i have 6
    > >>>>J7 i have 2.24
    > >>>>The answer in N7 is still 6 ( it should be 12, double the one

    > > above)
    > >>>>Formula used is =H7-F7*J7
    > >>>>
    > >>>>just can`t work this out.
    > >>>>
    > >>>>help please
    > >>>>thanks





+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0