Hi all!
I have a database looking as follows
| ID | Country | Date | Value |
| 1 | Germany | 01/01/2020 | 10 |
| 2 | Germany | 02/01/2020 | 15 |
| 3 | Germany | 02/01/2020 | 3 |
| 4 | Germany | 03/01/2020 | 17 |
| 5 | France | 01/01/2020 | 25 |
I am trying to create a formula that will allow me to select the value for the same country and on the same date that is most possibly between the value for the same country on the day before and the day after the given date.
So in this example, I am looking for a formula that will help me deleting the value "3" for Germany on 02/01/2020, and keep the value "15" for Germany on 02/01/2020.
Please note that I have more than 100 countries in the database, and each date will appear for every country.
Could anyone help with some suggestions? So far I have been able to isolate the duplicate values (used this), but I can't figure out how to remove the incorrect one.
Thanks a lot & have a great day!