Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frank Malone
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruno Campanini
 
Posts: n/a
Default Formaula to multiply and add

"Frank Malone" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frank Malone
 
Posts: n/a
Default Formaula to multiply and add

Thanks for the formula works great.

"Bruno Campanini" wrote in message
...
"Frank Malone" wrote in message
...
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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Formaula to multiply and add

Hi Frank,

another solution:

Enter into cell F5:

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

HTH,
Bernd

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Frank Malone
 
Posts: n/a
Default Formaula to multiply and add

Thanks for the formula works great.

wrote in message
ups.com...
Hi Frank,

another solution:

Enter into cell F5:

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

HTH,
Bernd





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
narayan
 
Posts: n/a
Default Formaula to multiply and add

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"