need cell e15 to equal value in cell e14 when e14 cell is 40 or less. when cell e14 is 41 or more, need cell to remain at 40.
for a timesheet.
need cell e15 to equal value in cell e14 when e14 cell is 40 or less. when cell e14 is 41 or more, need cell to remain at 40.
for a timesheet.
Try =MIN(E14,40)
in E15: =IF(E14<=40, E14, 40)
Solved. Thanks Mike
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks