+ Reply to Thread
Results 1 to 4 of 4

Modifiting Counting Times Formula

  1. #1
    Registered User
    Join Date
    06-04-2014
    Posts
    8

    Modifiting Counting Times Formula

    Hello All,

    can you please help me guys with something. I have a formula like that =IFERROR(((AC40-AB40+IF(AC40<AB40,1,0))*24)-0.5,) and i need to add to it if AC or AB blank then leave it as 0 because at the moment its showing as -0.5 which is right when i have something in AC or AB.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Modifiting Counting Times Formula

    Why post this in the VBA forum? It's a formula. Try

    =IF(OR(ISBLANK(AC40),ISBLANK(AB40)),0,IFERROR(((AC40-AB40+IF(AC40<AB40,1,0))*24)-0.5,))

    cheers, teylyn

  3. #3
    Registered User
    Join Date
    06-04-2014
    Posts
    8

    Re: Modifiting Counting Times Formula

    I do apologise posted it in worng place by mistake. Formula is working, thank you very much )

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Modifiting Counting Times Formula

    Glad it worked for you. If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Replies: 5
    Last Post: 06-15-2015, 02:47 PM
  2. Checking times and counting amount excel formula
    By adinek22 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-04-2014, 02:36 PM
  3. [SOLVED] Formula for (counting a value if certain name in another column) multiple times
    By Willmagochi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-20-2013, 02:27 PM
  4. Counting Formula - Amount of times a value appears
    By m_789 in forum Excel General
    Replies: 4
    Last Post: 12-14-2011, 05:38 AM
  5. Replies: 10
    Last Post: 06-20-2011, 04:21 AM
  6. Counting number of times a formula is used
    By David_S_Walker in forum Excel General
    Replies: 12
    Last Post: 04-13-2011, 07:24 AM
  7. Replies: 3
    Last Post: 09-29-2009, 06:42 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