View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary Gary is offline
external usenet poster
 
Posts: 143
Default multiple function in formula

Try this

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

let me know if it works.

Thanks
Gary

"Mel B" <Mel wrote in message
...
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