+ Reply to Thread
Results 1 to 2 of 2

Have values posted in column D that I do not want to have there.

  1. #1
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Have values posted in column D that I do not want to have there.

    Hello,

    Looking for help with this.

    If I do not have a value in column B or C I would like the corresponding cell in column D to be blank.
    How do I do that?

    Work book attached.

    Thank you,
    Rich
    Attached Files Attached Files
    Last edited by RVT; 11-07-2013 at 03:13 AM.

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Have values posted in column D that I do not want to have there.

    Hi,

    a first attempt using a condition

    in D1

    =IF(OR(B1="",C1=""),"",SUMPRODUCT((C1>C$1:C$10)/(COUNTIF(C$1:C$10,C$1:C$10&"")))+1)

    or if you'd need a blank cell when B and C are blank

    =IF(AND(B1="",C1=""),"",SUMPRODUCT((C1>C$1:C$10)/(COUNTIF(C$1:C$10,C$1:C$10&"")))+1)

    Regards
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

+ 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've never posted!
    By clucas236 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-02-2013, 02:37 PM
  2. Replies: 7
    Last Post: 09-22-2012, 08:38 PM
  3. Why does forum not recognise that I have posted?
    By Nesta in forum Suggestions for Improvement
    Replies: 6
    Last Post: 04-21-2012, 02:52 AM
  4. how can i search all threads that posted by myself
    By andrewyang in forum The Water Cooler
    Replies: 3
    Last Post: 11-17-2010, 05:43 AM
  5. Automation of Averages (X-posted)
    By bachya1208 in forum Excel General
    Replies: 4
    Last Post: 05-01-2006, 05:10 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