Forum Discussion
dlhtox74
Nov 19, 2021Copper Contributor
Return values from some cells 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. So ideally on Sheet 1 (Overv...
HansVogelaar
Nov 19, 2021MVP
- dlhtox74Nov 19, 2021Copper ContributorSo I only want to return values if the "Memory" and "Build" columns meet the criteria.
I don't what lines that say "No Problem".- HansVogelaarNov 19, 2021MVP
What should the formula return if the build is 19042 or higher? Reimage? If so:
IF(AND(C4<19042,D4<15*1024),"Replace","Reimage")