goss
Active Member
- Joined
- Feb 2, 2004
- Messages
- 372
Hi all,
Using mix of Excel 2003/2010.
I would like to perform a simple check for duplication
I have a dynamic name range setup that will expand as my list of invoices grows
lstInvoices = Data!$A$2:INDEX(Data!$A:$A,COUNTA(Data!$A:$A))
And I have a formula to check for duplicates
=IF(COUNTIF(lstInvoices,A2)>1,"Duplicate","") <-Formula to copy down
I would like to copy the formula down from B2 to B3 when a user make an entry in A3 and so forth as additional orders are entered in Col A.
How can I do this?
Using mix of Excel 2003/2010.
I would like to perform a simple check for duplication
I have a dynamic name range setup that will expand as my list of invoices grows
lstInvoices = Data!$A$2:INDEX(Data!$A:$A,COUNTA(Data!$A:$A))
And I have a formula to check for duplicates
=IF(COUNTIF(lstInvoices,A2)>1,"Duplicate","") <-Formula to copy down
I would like to copy the formula down from B2 to B3 when a user make an entry in A3 and so forth as additional orders are entered in Col A.
How can I do this?