M
Mark.M.Sweeney
I have the following:
A1 is formated as time = 7:30 AM
A2 is formated as time = 6:00 PM
A3 is formated as time and contains =sum(A2 - A1) and gives 10:30
That part I've got down.
Now, I want to subtract 30 minutes so I added:
A4 is formated as time and contains =sum(A3-30/1440) and gives 10:00
Worked, thanks to those that have posted these questions. Now the
problem:
I only want to subtract the 30 minutes if cell A3 is greater than
7:00
How do I write that IF statement?
Thanks for the help,
Mark
A1 is formated as time = 7:30 AM
A2 is formated as time = 6:00 PM
A3 is formated as time and contains =sum(A2 - A1) and gives 10:30
That part I've got down.
Now, I want to subtract 30 minutes so I added:
A4 is formated as time and contains =sum(A3-30/1440) and gives 10:00
Worked, thanks to those that have posted these questions. Now the
problem:
I only want to subtract the 30 minutes if cell A3 is greater than
7:00
How do I write that IF statement?
Thanks for the help,
Mark