View Single Post
  #5   Report Post  
ClaytonS
 
Posts: n/a
Default

Thank you so much for all your help!

"Ron Rosenfeld" wrote:

On Wed, 18 May 2005 10:16:04 -0700, "ClaytonS" wrote:

I have to columns and basically want to say IF B15= any cell in Column A, put
an "X" in this cell. If it does not equal a number in columan, leave it
blank. I am not sure how to write this statement. I'm trying to verify
Journal entry numbers that are posted when i pull them into a spreadsheet
from Oracle.

Any help would be greatly appreciated.

thanks - ClaytonS


=IF(COUNTIF(A:A,B15)0,"X","")


--ron