+ Reply to Thread
Results 1 to 3 of 3

makes cells populate or remain blank depending on what previous cell has in it.

  1. #1
    Registered User
    Join Date
    06-18-2018
    Location
    Chicago, IL
    MS-Off Ver
    2016
    Posts
    7

    makes cells populate or remain blank depending on what previous cell has in it.

    I have attached an example of the worksheet I am working on. I am looking for a way to make my "second call/email" column to either show blank or an "N/A" if my "follow up needed" column shows "no" and I want it to populate the "second call/email" and "last follow up date" columns when it shows "yes".
    The top table is what I have the bottom table is what I want it to be without the proper function to make it so.
    Attached Files Attached Files

  2. #2
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: makes cells populate or remain blank depending on what previous cell has in it.

    Maybe this formula in the second call/email column..
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG
    You don't have to add Rep if I have helped you out (but it would be nice), but please mark the thread as SOLVED if your issue is resolved.

    Tom

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: makes cells populate or remain blank depending on what previous cell has in it.

    Pretty much the same...
    K3=IF(J3="yes",WORKDAY(H3,2),"")

    Note that the YES in J5 has a trailing space, so the formula will not see that as a "yes". Consider fixing it?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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: 1
    Last Post: 07-22-2016, 04:03 PM
  2. [SOLVED] Excel 2010: Edit formulas so that cells remain blank if no value is in cell E8
    By Kate in Iowa in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-14-2015, 05:17 AM
  3. Auto populate cells with number according to previous cell
    By kcarth in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-29-2015, 01:19 PM
  4. Auto populate next cell depending on previous column
    By ngocpdn in forum Excel General
    Replies: 3
    Last Post: 01-09-2015, 01:08 AM
  5. Locking or Unlocking validated cells depending on the previous cell
    By biajw in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2014, 11:36 AM
  6. Replies: 3
    Last Post: 10-30-2013, 09:19 AM
  7. Replies: 5
    Last Post: 06-26-2009, 12: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