+ Reply to Thread
Results 1 to 3 of 3

in need of altering formula from previous thread

  1. #1
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Los Angeles, California
    MS-Off Ver
    office 2010 pro
    Posts
    238

    in need of altering formula from previous thread

    Hello everyone,

    I had a thread made a few weeks ago, linked here: http://www.excelforum.com/excel-gene...us-thread.html

    JeteMC provided the formula for me, but i have a question in regards to the values returned. Looking at the attached document below the sheets in question are "UPGRADES" & "CPU". When placing the letter "U" in any cell within the upgrades column of the "CPU" sheet certain cells return their respective values into the cpu section of sheet "UPGRADES" within cells G3:N5.

    When looking at the sheet titled "UPGRADES" the cells in question are the highlighted cells I4 & I5. This is the "name" column and it returns a value of 0 when the "CPU" sheet does not have text in the names column. What i want is the cells I4 & I5 to remain blank when a name is not contained in the CPU sheet rather than a 0 value.

    What must i change for this to happen? I will have to adjust all the cells with this formula in them so i need the adjustment to be universal. Basically: Return the value in the respected cell or remain empty.

    Thanks Guys!!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: in need of altering formula from previous thread

    The most straightforward fix is to add an IF clause for blanks. Paste the following in UPGRADES!I3 and fill down:

    =IFERROR(IF(INDEX(CPU!D:D,MATCH(ROWS($1:1),CPU!$H:$H,0))="","",INDEX(CPU!D:D,MATCH(ROWS($1:1),CPU!$H:$H,0))),"")

  3. #3
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Los Angeles, California
    MS-Off Ver
    office 2010 pro
    Posts
    238

    Re: in need of altering formula from previous thread

    thank you, that works

+ 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] Ne Question Addition to previous thread
    By RachelMads02 in forum Excel General
    Replies: 10
    Last Post: 05-05-2016, 11:44 AM
  2. Altering code from previous post to work on new spreadsheet
    By fedcco in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-20-2012, 08:22 PM
  3. Question on a formula posted in a previous thread
    By FDibbins in forum Excel General
    Replies: 9
    Last Post: 03-11-2012, 05:36 PM
  4. Extra to previous thread by spitinyari
    By Roger_the_Dodger_55 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2008, 06:35 PM
  5. Previous Thread/Next Thread
    By ChemistB in forum ExcelTip.com Feedback / Comments / Suggestions
    Replies: 0
    Last Post: 01-31-2008, 10:32 AM
  6. Still looking for assistance on previous thread...
    By kmham in forum Excel General
    Replies: 1
    Last Post: 02-18-2007, 07:33 AM

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