How do I write an if statement to compare a cell to a range of cell? What I want to do is compare a name to a list of names on a sparate spreadsheet and mark it if it finds match on that list.
I'm using that previous function, but rather than pulling a corresponding date field I am trying to pull a text field, but if there is no text in the field the output is a 0. How to I get it to output "blank" if there is no text to pull from the other sheet?
Why do Dates and Times seem to be so much trouble? faq68-5827
[tt]
=IF(ISNA(VLOOKUP(G1,Sheet2!$A$1:$B$12,2,FALSE)),"",if(VLOOKUP(G1,Sheet2!$A$1:$B$12,2,FALSE)=0,"",VLOOKUP(G1,Sheet2!$A$1:$B$12,2,FALSE)))
[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.