TIMECALC Formulas

  • Thread starter Thread starter Russmaz
  • Start date Start date
R

Russmaz

I have the formula below

=IF(H9<0.0000001,IF(K9<0.000001,P9-E9,K9-E9),H9-E9)

I want to use the same formula but adapt it to TIMECALC
the formula is used with a funtion in a module on the spread sheet

as the data has been imported as text
cells H9 & K9 may or may not have data in
if not be ignored
If cell have no data in the totals to remain blank

Thanks
Russmaz
 
The formula you've given us is valid. You haven't told us what's wrong with
the formula, and what results you are looking for.

TIMECALC is not integral to Excel. Is it some addon you are using? If so,
you need to explain what it does.

Regards,
Fred.
 
Hi,

You're going to need to show us the code related to TIMECALC and explain
more about what it is. If H9 and K9 are text then the formula you show us
will not work as written.
 

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

Repeat formula with inserted row 3
Formatting a Cell Reference with a Formula 6
SUM cells with blank value 10
Concatenate and empty cell 4
Sum skipping columns 5
ISBLANK 3
Help Nested If and And 2
Calculating time 3

Back
Top