If function to match colunms
Thank You that work perfectly.
"Pete_UK" wrote:
Try it this way:
=IF(ISNA(MATCH(A2,G:G,0)),"no match","match")
It check to see if there is a match between A2 and anything in column
G. Put this on row 2 and copy down for as many entries as you have in
column A (15?) to check for the other numbers.
Hope this helps.
Pete
On Apr 29, 11:00 am, Haz wrote:
Hi,
I have a column of numbers in A which I would like to match if they appear
in col G, I am using the following if function this works for only 1 cell and
when I drag this down it returns no match when I know there is a match
available.
IF(A2:A15=G:G,"Match","no Match")
Any help would be appreciated
|