Hello,
I am a bit frustrated....In my spreadsheet, I would like to verify if
particular name and a particular city are located on the same row. Ho
can I check a spreadsheet that has 100 rows to verify if the sam
name/city are on the same row
Anne Troy - 30 Jan 2006 16:50 GMT
Hi, Karmen. Something like this should work for you:
=if(a2&b2="NameCity",TRUE,FALSE)
************
Hope it helps!
Anne Troy
www.OfficeArticles.com
> Hello,
> I am a bit frustrated....In my spreadsheet, I would like to verify if a
> particular name and a particular city are located on the same row. How
> can I check a spreadsheet that has 100 rows to verify if the same
> name/city are on the same row?
Ken Wright - 30 Jan 2006 23:45 GMT
=MATCH("abc",$A$1:$A$30,0)=MATCH("def",$B$1:$B$30,0)

Signature
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03
----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------
> Hello,
> I am a bit frustrated....In my spreadsheet, I would like to verify if a
> particular name and a particular city are located on the same row. How
> can I check a spreadsheet that has 100 rows to verify if the same
> name/city are on the same row?