+ Reply to Thread
Results 1 to 12 of 12

multiple function in formula

  1. #1
    Mel B
    Guest

    multiple function in formula

    Hey guys
    How can I make the following formula work =(B3+C3+D3)*E3*F3? I need the
    numbers in brackets to be multiplied by E3 and then that number multiplied by
    F3, what am I doing wrong?
    Thanks
    Mel

  2. #2
    Gary
    Guest

    Re: multiple function in formula

    Try this

    =(((B3+C3+D3)*(E3))*(F3))

    let me know if it works.

    Thanks
    Gary

    "Mel B" <Mel [email protected]> wrote in message
    news:[email protected]...
    > Hey guys
    > How can I make the following formula work =(B3+C3+D3)*E3*F3? I need the
    > numbers in brackets to be multiplied by E3 and then that number multiplied
    > by
    > F3, what am I doing wrong?
    > Thanks
    > Mel




  3. #3
    Mel B
    Guest

    Re: multiple function in formula

    Hi Gary
    Thanks for this, alas it didn't work the answer I get is 2 decimal
    places out i.e. 4.14875 as opposed to 414.875 and has "E+12" on the end.....?
    Mel

    "Gary" wrote:

    > Try this
    >
    > =(((B3+C3+D3)*(E3))*(F3))
    >
    > let me know if it works.
    >
    > Thanks
    > Gary
    >
    > "Mel B" <Mel [email protected]> wrote in message
    > news:[email protected]...
    > > Hey guys
    > > How can I make the following formula work =(B3+C3+D3)*E3*F3? I need the
    > > numbers in brackets to be multiplied by E3 and then that number multiplied
    > > by
    > > F3, what am I doing wrong?
    > > Thanks
    > > Mel

    >
    >
    >


  4. #4
    Gary
    Guest

    Re: multiple function in formula

    Try changing the format by right clicking on the cell.

    or

    can you tell me the numbers u have in B3,C3,D3,E3 AND F3?


    "Mel B" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Gary
    > Thanks for this, alas it didn't work the answer I get is 2 decimal
    > places out i.e. 4.14875 as opposed to 414.875 and has "E+12" on the
    > end.....?
    > Mel
    >
    > "Gary" wrote:
    >
    >> Try this
    >>
    >> =(((B3+C3+D3)*(E3))*(F3))
    >>
    >> let me know if it works.
    >>
    >> Thanks
    >> Gary
    >>
    >> "Mel B" <Mel [email protected]> wrote in message
    >> news:[email protected]...
    >> > Hey guys
    >> > How can I make the following formula work =(B3+C3+D3)*E3*F3? I need
    >> > the
    >> > numbers in brackets to be multiplied by E3 and then that number
    >> > multiplied
    >> > by
    >> > F3, what am I doing wrong?
    >> > Thanks
    >> > Mel

    >>
    >>
    >>




  5. #5
    Registered User
    Join Date
    06-28-2006
    Posts
    29
    Mel,

    You're on the right track. Try this

    =SUM($B$3:$D$3)*E3*F3

  6. #6
    MartinW
    Guest

    Re: multiple function in formula

    Hi Mel,

    There is nothing wrong with your formula, it works just fine as is.
    It sounds like you are getting a very large number from it.
    Excel only handles numbers up to 15 digits. After that
    it just adds zeroes, that's what the E+12 is all about.
    Whatever the number is move the decimal point
    12 places to the right substituting zeroes after you
    run out of numbers.

    HTH
    Martin



  7. #7
    Ron Rosenfeld
    Guest

    Re: multiple function in formula

    On Mon, 17 Jul 2006 02:48:01 -0700, Mel B <Mel [email protected]>
    wrote:

    >Hey guys
    >How can I make the following formula work =(B3+C3+D3)*E3*F3? I need the
    >numbers in brackets to be multiplied by E3 and then that number multiplied by
    >F3, what am I doing wrong?
    >Thanks
    >Mel


    Give some sample data, expected and actual results.

    For example =(1+2+3)*4*5 --> 120

    What result do you expect?


    --ron

  8. #8
    Mel B
    Guest

    Re: multiple function in formula

    B3 = 30310239.67 C3 = 3 D3 = 0 E3 = 0.0672 F3 = 2036848.11

    "Gary" wrote:

    > Try changing the format by right clicking on the cell.
    >
    > or
    >
    > can you tell me the numbers u have in B3,C3,D3,E3 AND F3?
    >
    >
    > "Mel B" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi Gary
    > > Thanks for this, alas it didn't work the answer I get is 2 decimal
    > > places out i.e. 4.14875 as opposed to 414.875 and has "E+12" on the
    > > end.....?
    > > Mel
    > >
    > > "Gary" wrote:
    > >
    > >> Try this
    > >>
    > >> =(((B3+C3+D3)*(E3))*(F3))
    > >>
    > >> let me know if it works.
    > >>
    > >> Thanks
    > >> Gary
    > >>
    > >> "Mel B" <Mel [email protected]> wrote in message
    > >> news:[email protected]...
    > >> > Hey guys
    > >> > How can I make the following formula work =(B3+C3+D3)*E3*F3? I need
    > >> > the
    > >> > numbers in brackets to be multiplied by E3 and then that number
    > >> > multiplied
    > >> > by
    > >> > F3, what am I doing wrong?
    > >> > Thanks
    > >> > Mel
    > >>
    > >>
    > >>

    >
    >
    >


  9. #9
    Gary
    Guest

    Re: multiple function in formula

    4148750625333.27


    this is what you should get after changing the format to number and setting
    the decimal plces to 2.

    is this what u wanted?

    "Mel B" <[email protected]> wrote in message
    news:[email protected]...
    > B3 = 30310239.67 C3 = 3 D3 = 0 E3 = 0.0672 F3 = 2036848.11
    >
    > "Gary" wrote:
    >
    >> Try changing the format by right clicking on the cell.
    >>
    >> or
    >>
    >> can you tell me the numbers u have in B3,C3,D3,E3 AND F3?
    >>
    >>
    >> "Mel B" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Hi Gary
    >> > Thanks for this, alas it didn't work the answer I get is 2 decimal
    >> > places out i.e. 4.14875 as opposed to 414.875 and has "E+12" on the
    >> > end.....?
    >> > Mel
    >> >
    >> > "Gary" wrote:
    >> >
    >> >> Try this
    >> >>
    >> >> =(((B3+C3+D3)*(E3))*(F3))
    >> >>
    >> >> let me know if it works.
    >> >>
    >> >> Thanks
    >> >> Gary
    >> >>
    >> >> "Mel B" <Mel [email protected]> wrote in message
    >> >> news:[email protected]...
    >> >> > Hey guys
    >> >> > How can I make the following formula work =(B3+C3+D3)*E3*F3? I need
    >> >> > the
    >> >> > numbers in brackets to be multiplied by E3 and then that number
    >> >> > multiplied
    >> >> > by
    >> >> > F3, what am I doing wrong?
    >> >> > Thanks
    >> >> > Mel
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




  10. #10
    Mel B
    Guest

    Re: multiple function in formula

    Thanks Ron. I've just spoken with the person I'm doing this formula
    for....and he's given me the totally wrong information! ARGH!!! thanks for
    your help anyway

    "Ron Rosenfeld" wrote:

    > On Mon, 17 Jul 2006 02:48:01 -0700, Mel B <Mel [email protected]>
    > wrote:
    >
    > >Hey guys
    > >How can I make the following formula work =(B3+C3+D3)*E3*F3? I need the
    > >numbers in brackets to be multiplied by E3 and then that number multiplied by
    > >F3, what am I doing wrong?
    > >Thanks
    > >Mel

    >
    > Give some sample data, expected and actual results.
    >
    > For example =(1+2+3)*4*5 --> 120
    >
    > What result do you expect?
    >
    >
    > --ron
    >


  11. #11
    Mel B
    Guest

    Re: multiple function in formula

    Thanks Patele. I've just spoken with the person I'm doing this formula
    for....and he's given me the totally wrong information! ARGH!!! thanks for
    your help anyway

    "patele" wrote:

    >
    > Mel,
    >
    > You're on the right track. Try this
    >
    > =SUM($B$3:$D$3)*E3*F3
    >
    >
    > --
    > patele
    > ------------------------------------------------------------------------
    > patele's Profile: http://www.excelforum.com/member.php...o&userid=35849
    > View this thread: http://www.excelforum.com/showthread...hreadid=561978
    >
    >


  12. #12
    Mel B
    Guest

    Re: multiple function in formula

    Thanks Martin. I've just spoken with the person I'm doing this formula
    for....and he's given me the totally wrong information! ARGH!!! thanks for
    your help anyway
    Thanks for the info on the large number (E+12) deal too, I didn't realise
    that!

    "MartinW" wrote:

    > Hi Mel,
    >
    > There is nothing wrong with your formula, it works just fine as is.
    > It sounds like you are getting a very large number from it.
    > Excel only handles numbers up to 15 digits. After that
    > it just adds zeroes, that's what the E+12 is all about.
    > Whatever the number is move the decimal point
    > 12 places to the right substituting zeroes after you
    > run out of numbers.
    >
    > HTH
    > Martin
    >
    >
    >


+ 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.6.0 RC 1