+ Reply to Thread
Results 1 to 4 of 4

There is no value in column C so I want to have column E come back blank.

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

    There is no value in column C so I want to have column E come back blank.

    Hello,

    Looking for help with this one. I have used similar situations already on the spreadsheet that
    we are trying to get up and running but for some reason in this case none of the previous
    solves have worked in this situation.

    I have left the worksheet free of formulas that have not worked to avoid the clutter.

    Please see attached work sheet.

    Thank you,
    Richard
    Attached Files Attached Files
    Last edited by RVT; 11-08-2013 at 01:32 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: There is no value in column C so I want to have column E come back blank.

    Change the formula to this...
    =IF(COUNTIF($C$1:$C$15,C1)>1,RANK(B1,$B$1:$B$15,1)/100,"")
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: There is no value in column C so I want to have column E come back blank.

    And this if you need it to get rid of the #N/As
    =IFERROR(IF(COUNTIF($C$1:$C$15,C1)>1,RANK(B1,$B$1:$B$15,1)/100,""),"")

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: There is no value in column C so I want to have column E come back blank.

    Last option, if you still want the zeros to appear but not the #N/As then change it to this...
    =IFERROR(IF(COUNTIF($C$1:$C$15,C1)>1,RANK(B1,$B$1:$B$15,1)/100,0),"")
    (unless i'm missing what you want.)

+ 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. [SOLVED] need formula to this logic, A column number B column blank then C column desired name
    By vengatvj in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-02-2013, 10:30 PM
  2. Replies: 0
    Last Post: 01-29-2013, 01:46 PM
  3. Replies: 2
    Last Post: 10-04-2012, 03:19 PM
  4. Replies: 4
    Last Post: 05-10-2012, 08:16 PM
  5. How can I change column numbers back to column letters?
    By Space Elf in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-02-2006, 05:40 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