sumif formula to calculate value of cell if certain criteria are m
Hi Lisa
There are a couple of ways of doing this:
1. =IF(SUM(B14:H14)44,44,SUM(B14:H14))
2. =MIN(SUM(B14:H14),44)
hth,
Neil
"Lisa" wrote in message
...
i am working on a time sheet speadsheet. Cells B14 to H15 are the hours
per
day worked. The formula I am trying to figure out is
if the sum of b14 to h14 44 then enter the value 44, if the sum is less
the
44 then enter the sum of the cells.
--
newbie at large!
|