View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John John is offline
external usenet poster
 
Posts: 2,069
Default Subtotal percentage

I need to find the percentage of one column divided by another (column minus
two seperate columns) using autofilter.

Something like:
((SUBTOTAL(9,G3:G5000))-(SUBTOTAL(9,H3:H5000)+SUBTOTAL(9,I3:I5000)))/SUBTOTAL(9,F3:F5000)



Any Ideas?