View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pat Pat is offline
external usenet poster
 
Posts: 210
Default i need a formula for two columns to sum and to be able divide the


Hello,
and thank for all you help
I have column t2:t4 and u2:u4 i need to sum and then divide the answers
between the two to get a percentage


"Pat" wrote:

Something like this :
=sum (T2:T4),(U2:U4)=(U5/T5)

Thanks