+ Reply to Thread
Results 1 to 6 of 6

Formaula to multiply and add

  1. #1
    Frank Malone
    Guest

    Formaula to multiply and add

    I would like to multiply c5*4, d5*9, e5*4 and then add these all in single
    formula in cell f5. Can this be done? Thanks for any help



  2. #2
    Bruno Campanini
    Guest

    Re: Formaula to multiply and add

    "Frank Malone" <[email protected]> wrote in message
    news:%[email protected]...
    >I would like to multiply c5*4, d5*9, e5*4 and then add these all in single
    >formula in cell f5. Can this be done? Thanks for any help


    F5 =C5*4+D5*9+E5*4

    Bruno



  3. #3

    Re: Formaula to multiply and add

    Hi Frank,

    another solution:

    Enter into cell F5:

    =SUMPRODUCT(C5:E5,{4,9,4})

    HTH,
    Bernd


  4. #4
    Frank Malone
    Guest

    Re: Formaula to multiply and add

    Thanks for the formula works great.

    <[email protected]> wrote in message
    news:[email protected]...
    > Hi Frank,
    >
    > another solution:
    >
    > Enter into cell F5:
    >
    > =SUMPRODUCT(C5:E5,{4,9,4})
    >
    > HTH,
    > Bernd
    >




  5. #5
    Frank Malone
    Guest

    Re: Formaula to multiply and add

    Thanks for the formula works great.

    "Bruno Campanini" <[email protected]> wrote in message
    news:[email protected]...
    > "Frank Malone" <[email protected]> wrote in message
    > news:%[email protected]...
    >>I would like to multiply c5*4, d5*9, e5*4 and then add these all in single
    >>formula in cell f5. Can this be done? Thanks for any help

    >
    > F5 =C5*4+D5*9+E5*4
    >
    > Bruno
    >




  6. #6
    narayan
    Guest

    Re: Formaula to multiply and add

    type in f5
    sum(c5*4,d5*9,e5*4)


+ 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