Forum Discussion
Kay_T1060
Feb 27, 2020Copper Contributor
Duplicate Billing
Hi Everyone, I am looking to create a formula that will identify duplicate billing of some claims I am working with. What I am looking for the formula to do is match the same patient on the sam...
- Feb 27, 2020Glad to be of help
Abiola1
Feb 27, 2020MVP
COUNTIFS function can help you identify the duplicate values.
Assuming you want to find duplicate values in Provide Number in column C, you can have an helper column and execute the formula =COUNTIFS(C2:C100,C2)>1.
Click Enter and copy the formula down.. The values that are duplicated will return TRUE and unique Provider Number will return FALSE.
Another way of identify duplicate values is to use the Conditional Formatting.. Although, this is bot formula based
Assuming you want to find duplicate values in Provide Number in column C, you can have an helper column and execute the formula =COUNTIFS(C2:C100,C2)>1.
Click Enter and copy the formula down.. The values that are duplicated will return TRUE and unique Provider Number will return FALSE.
Another way of identify duplicate values is to use the Conditional Formatting.. Although, this is bot formula based
- Kay_T1060Feb 27, 2020Copper Contributor
Hi and thank you for your help. If I am understanding correctly, the result TRUE will be the duplicate billed items and the result FALSE will essentially be the claims that are billed correctly?
I have added a sample of the data that I am actually working with.
I am in the end result looking for duplicate billing. The "correct" billing provider is EYE KRAZY OPTICAL. I am looking to identify the additional provider's billing for the same member on the same date of service as EYE KRAZY OPTICAL.
I hope I didn't confuse you. I am known to overthink things.