Thread
: [Solved]
Automatic, Dependent Cell Values
View Single Post
08-26-2011, 03:45 AM
Catalin.B
Windows Vista
Office 2007
Expert
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
a simple idea is to set a blank column for users to enter extra time if needed, and complete the formula with this column
=IF(A1 <> "", A1 + TIME(2,0,0), "")
=IF(A1 <> "", A1 + B1 + TIME(2,0,0), "")
Catalin.B
View Public Profile
Find all posts by Catalin.B