View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rsenn
 
Posts: n/a
Default vlookup - i think


For something simple, in an new column try a formula in each row along
the line of

IF(OR(Day of Week column = "Saturday", Day of Week column = "Sunday"),
minutes column, 0)

Then sum the results.


--
rsenn
------------------------------------------------------------------------
rsenn's Profile: http://www.excelforum.com/member.php...o&userid=29050
View this thread: http://www.excelforum.com/showthread...hreadid=501257