LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 85
Default Sumproduct & nagetive time

So far I found I can use this, in column E.

=IF(C3<=D3,"+ ","- ")&TEXT(MAX(C3,D3)-MIN(C3,D3),"[m]:ss")

To display negative time, whereas before I was using,

=IF(D3="","",D3-C3) to leave the column E blank.

The 2nd one was good because it would leave the column blank until I made an
entry in D, is there a way to use the first Formula and leave the column
blank?

Also I'm using Sumproduct on another sheet to count the entrees in E.

Here is an example.

In B,
=SUMPRODUCT(--(LEFT(LTC!$F$3:$F$192,4)=OTP!A8),--(LTC!$E$3:$E$192<=--"0:10:59"),--(LTC!$E$3:$E$192<""))

In C,
=SUMPRODUCT(--(LEFT(LTC!$F$3:$F$192,4)=OTP!A8),--(LTC!$E$3:$E$192--"0:10:59"),--(LTC!$E$3:$E$192<""))

When I use =IF(C3<=D3,"+ ","- ")&TEXT(MAX(C3,D3)-MIN(C3,D3),"[m]:ss") , the
sumproduct formula will count all entrees in C, --"0:10:59"

Is there a way to make these 2 sheets work together?

I need anything negative and up to 0:10:59 in column B, and over 0:10:59 in
column C.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time Sheet - Hlookup, Index, SumProduct or what? robert morris Excel Discussion (Misc queries) 5 June 6th 08 06:11 AM
Sumproduct with date and time? James Excel Discussion (Misc queries) 1 September 21st 07 03:56 AM
Sumproduct with date and time? James Excel Discussion (Misc queries) 0 September 21st 07 01:56 AM
SUMProduct working most of the time... James Excel Discussion (Misc queries) 3 March 21st 07 02:17 PM
Sumproduct and adding the total time in a column [email protected] Excel Discussion (Misc queries) 2 December 6th 06 02:27 PM


All times are GMT +1. The time now is 05:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"