Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thanks, thats getting close. I tried both Hlookup and Vlookup. The return value is the string I'm searching for.oldnewbie said:Have you played with the Vlookup function...
It may be what your looking for
No, Data!A1 is always there, its fixed and valid. I'm checking that it exists in the row F4:J4. Sometimes the value of Data!A1 is in F4:J4. If it is, I want a 1 from the IF statement. If it is not, I get a N/A. Trying to see if I can change that N/A to a 0 (False).oldnewbie said:I take it that there could be an instance where Data!A1 is missing as a normal function.?? Not sure that you can fix the problem then...
It seems that the MATCH, V&Hlookups need all data present..all the time.
Sorry I couldn't help more...
2) I've got a sheet containing a list. Lets say it contains 3 points of data.
Lets say "Short, Medium, Tall" in cells C1:C3. in cells D13 I have text giving a range of what I consider "short, medium tall", for instance I might want to say short is " < 5'5 ", medium " > 5'5 and < 6' ", tall " > 6' ". On a seperate sheet I've created a pull down menu using a list calling on the defined name called "height". On this seperate sheet, I'd like to be able to select "short" from the pull down menu, and have the cell right beside automatically update to the correlated " < 5'5 ".
I realize this would be easy using a relatively simple IF statement, but the list I'm dealing with are going to be in a few hundred pull down options, so IF statements would be a bit unreasonable.