+ Reply to Thread
Results 1 to 3 of 3

Thread: [Solved] To many nested IF's?? Please Help.

  1. #1
    Registered User
    Join Date
    06-30-2011
    Location
    Miami
    MS-Off Ver
    Excel 2010
    Posts
    4

    Talking [Solved] To many nested IF's?? Please Help.

    I'm having trouble added one final function to this formula:
    [=IF(COUNT(K8,M8)=2,"Call Made",IF(I8>25,"Call Now","Not Ready"))]

    I would like to add a function where if cell G8 is blank then J8 will be blank as well. I'm already in a little over my head and just received some help adding the IFCOUNT function.

    I've attached the spreadsheet for reference.

    Again, all help is wanted and greatly appreciated!
    Attached Files Attached Files
    Last edited by m.arce; 06-30-2011 at 03:00 PM.

  2. #2
    Valued Forum Contributor tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    USA
    MS-Off Ver
    Excel 2003 - 2007
    Posts
    2,352

    Re: To many nested IF's?? Please Help.

    m.arce,

    Give this a try:
    =IF(G8="","",IF(COUNT(K8,M8)=2,"Call Made",IF(I8>25,"Call Now","Not Ready")))

    Hope that helps,
    ~tigeravatar

  3. #3
    Registered User
    Join Date
    06-30-2011
    Location
    Miami
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: To many nested IF's?? Please Help.

    Wow! Thank you! I would have spent hours trying to figure that out with minimal, if any, success. Thank you for being an Excel Guru...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0