+ Reply to Thread
Results 1 to 2 of 2

Return values if other cells meet criteria

  1. #1
    Registered User
    Join Date
    02-17-2015
    Location
    Salt Lake City, UT
    MS-Off Ver
    Office 2013
    Posts
    1

    Return values if other cells meet criteria

    I am trying to return a list of computer names and possibly Windows build version and memory available if build version is less than X and memory is less than X.

    Lookup-Reimage-Replace.jpg

    So ideally on Sheet 1 (Overview) I would show the following:

    FailedWin10ReplaceReimage.jpg

    So if the computer has less than say 15 gig of ram AND has older than Build # 19042 build number of Windows we would return "Replace" on it.**

    If the computer has over 15 gigs of ram and the Build # is older than 19042 we would say "Reimage"

    I hope this is clear enough.

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,742

    Re: Return values if other cells meet criteria

    Hello dlhtox and Welcome to Excel Forum.
    Based on the "Failed Windows 10 Update..." table displayed in post #1, a formula similar to the following could be used to populate the Action column: =IF(AND(B2< 19042,C2< 15000),"Replace","Reimage")
    Note that we normally ask the person who is making a request for help to attach a sample file, however as you are new to the site I made one this time.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] I'm trying to return the 5 smallest values that meet certain criteria.
    By clark402 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 05-27-2021, 09:31 PM
  2. return values that meet two criteria
    By RubenExcel in forum Excel General
    Replies: 2
    Last Post: 06-18-2019, 11:11 PM
  3. Lookup return values if meet criteria?
    By lissamel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-31-2015, 10:21 AM
  4. [SOLVED] Lookup Values which meet two or more criteria and return multiple matches horizontally
    By josetmg in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-03-2015, 01:16 AM
  5. [SOLVED] How to return all corresponding values that meet 2 criteria in excel
    By sgw_73 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-18-2014, 10:49 AM
  6. [SOLVED] Equivalent of an index match but return all values that meet the criteria
    By Brumbot in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-19-2013, 04:32 AM
  7. Replies: 6
    Last Post: 05-18-2011, 02:03 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