View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default I am trying to find a function for a list

Try this...

=IF(ISNUMBER(MATCH(A8,'Prior Month'!Q:Q,0)),"Checked","")

--
Rick (MVP - Excel)


"soconfused" wrote in message ...
I have one worksheet with two sheets. On the first sheet I have a list in
column Q. I want to check that row against column A in the second sheet. If
I find and exact match, I want to put "Checked" in column AA, if not I want
it to be blank. This is the formula that I've tried:

IF(COUNTIF('Prior Month'!$A$1:$A$100,Q5)"","Checked","")
--
DMM