+ Reply to Thread
Results 1 to 5 of 5

I want to show 1 in column "E" Output Based on codition

  1. #1
    Registered User
    Join Date
    03-02-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    2

    Post I want to show 1 in column "E" Output Based on codition

    If Difference between Time 2 and Time 1 is greater than 4 minutes for one of the ID then I want to set value as 1 for Group of same ID in column E.

    Please check images.

    ScreenShot.JPG

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: I want to show 1 in column "E" Output Based on codition

    Try this in E3 and Drag as required

    =IF(D3>0.00277777777777778,1,"")

    Or

    =IF(D3>TIME(0,4,0),1,"")

    So 4 can be easily edited..
    Last edited by NeedForExcel; 07-23-2015 at 06:09 AM. Reason: Formula Added
    Cheers!
    Deep Dave

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: I want to show 1 in column "E" Output Based on codition

    untested (since you don't add an excel file).

    e3 =if(sumif($a$3:$a$13,a3,$d$3:$d$13)>"0:04:00",1,"") and drag down.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    03-02-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: I want to show 1 in column "E" Output Based on codition

    Hello All Thanks for your response. It helps me to some extend.

  5. #5
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: I want to show 1 in column "E" Output Based on codition

    Hi,

    What is it that the formula isn't giving you as per your original post?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] formula help: conditional format of one column based on "YES"/"NO" content of four others!
    By 10 Dollar Bill in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-20-2014, 01:59 PM
  2. Replies: 3
    Last Post: 01-02-2014, 02:15 PM
  3. Replies: 3
    Last Post: 04-14-2013, 11:53 PM
  4. Replies: 9
    Last Post: 11-06-2012, 08:59 AM
  5. Replies: 2
    Last Post: 08-17-2012, 05:10 AM
  6. Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)" not working
    By redders in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-31-2011, 03:52 PM
  7. Replies: 3
    Last Post: 10-25-2005, 07:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1