Can I do this?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Example:
A1 is blank, B1 says 18:40:00, C1 is blank, D1 is set up to calculate
A1+B1-C1. right now D1 is showing 18:40:00. I want it to be blank until a
value is entered into A1. B1 is a constant value of 18:40:00. All cells are
formatted to show cumalative time(hhh:mm:ss). Is there a formula for this?
 
Lee said:
Example:
A1 is blank, B1 says 18:40:00, C1 is blank, D1 is set up to calculate
A1+B1-C1. right now D1 is showing 18:40:00. I want it to be blank
until a value is entered into A1. B1 is a constant value of 18:40:00.
All cells are formatted to show cumalative time(hhh:mm:ss). Is there
a formula for this?

In D1, type =IF(A1="","",A1+B1-C1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[NEWBIE] date/time diff 4
editing cel 2
Subtraction formula with Text error 7
Looking at multiple cells 3
Excel Add ^ to a row of cells containing letters 3
Format of cell 1
If Functions Time 13
Format of cell 1

Back
Top