+ Reply to Thread
Results 1 to 7 of 7

If formula not working fine

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    If formula not working fine

    Hi,

    In attached file If formula is not working fine in D Cloumn.
    I have pulled down some data through Index formula.

    so at at sheet 1 can i have correct formula

    If Ist & Iind both Part is done then it should show "All part Done"
    If only Ist Part done then it should show, "Iind Part Pending")
    Also in in 11th row can 0 be elemenated?


    also by pulling data through index if i want to show 0 as blank then how can i show thanks

    Thanks in advance.
    Attached Files Attached Files
    Click on (*), if you agree.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,911

    Re: If formula not working fine

    see the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: If formula not working fine

    Try

    =IF(AND(E7<>"",E7<>0),IF(AND(G7<>"",G7<>0),"All parts done","2nd part pending"),"1st part pending")

    Use the following custom format to suppress the 0s

    0;-0;;@
    Last edited by Special-K; 12-10-2014 at 05:52 AM.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Re: If formula not working fine

    Thanks its worked but it i tried to count column E then all are coming as countable
    file is attached where formula is not working
    Attached Files Attached Files

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,911

    Re: If formula not working fine

    E2=sumproduct((b7:b11=time(13,0,0))*(len(e7:e11)>0))
    f2=sumproduct((len(e7:e11)>0)*1)

  6. #6
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Re: If formula not working fine

    Thanks its almost done buy Just one query...
    If i add one condition (Criteria ) of of Team also

    Suppose i need counting of US Team only then how it will be done

    Heartly Thanks in Advance

  7. #7
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Re: If formula not working fine

    Thanks its almost done but Just one query...
    If i add one condition (Criteria ) of of Team also

    Suppose i need counting of US Team only then how it will be done

    Heartly Thanks in Advance

+ 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. I screwed up a formula which was working fine and cannot figure it out!!!
    By boomtown25 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-21-2014, 10:52 AM
  2. Sheet activation working fine for me, but not for others?
    By seed in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-25-2013, 04:20 PM
  3. [SOLVED] Two VBA Functions working fine with Win XP but not working with Win 7
    By LoveCandle in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-01-2013, 04:01 PM
  4. [SOLVED] hi i have formula it's working fine but i want to Automatically run macros at Specified.
    By vikas2424 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-14-2012, 01:21 PM
  5. Replies: 0
    Last Post: 03-19-2012, 07:32 PM

Tags for this Thread

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