View Single Post
  #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.

"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