Formula for duplicate entry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Me again.

I am facing some difficulties to setup a formula to check for a duplicate
entry.

For example.

Product name Price (in $)
A 3.00
B 1.20
C 5.00
D 3.00
( I plan to put in a formula if the price is the same price compare with the
rest of the pirce row. when I key in the price at $3.00 the system will
prompt me or give me an error.
E

Please let me know whether the formula is possible to create.
 
Calculate Date range said:
.. setup a formula to check for a duplicate entry.
Product name Price (in $)
A 3.00
B 1.20
C 5.00
D 3.00
( I plan to put in a formula if the price is the same price
compare with the rest of the price row.
when I key in the price at $3.00
the system will prompt me or give me an error.

On the face of it .. try this

Assume table in cols A & B,
data from row2 down
price in col B

Select col B
Click Data > Validation
Allow: Custom
Formula: =COUNTIF(B:B,B1)<2
Click OK


---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formula to get the Ans 4
Help! Is this possible 2
Formula to get 3
How to do this formula??? 2
Lookup and change to italic italic 2
vlookup 2
if formula with variables 3
Sorting and maintaining formula integrity 5

Back
Top