Ramadan2512
New Member
- Joined
- Sep 7, 2024
- Messages
- 40
- Office Version
- 2021
- Platform
- Windows
I work on a sheet where i neecd to check if the value is duplicated in the same column "E" and if date for both duplicated value in clolumn "H" is =>TODAY() then return value as "Valid Stream" otherweise keep it clear
i have reatched this formula but unfortunately it has one issue I don't know how ot fix it - it gives me ture if only date in one of the duplicated value is=>TYDAY() not date for both values
=IF((COUNTIF($E$5:$E$100,$E$5:$E$100)>1)*($H$5:$H$100>=TODAY()),"Valid stream","")
can you please check and fix my error
i have reatched this formula but unfortunately it has one issue I don't know how ot fix it - it gives me ture if only date in one of the duplicated value is=>TYDAY() not date for both values
=IF((COUNTIF($E$5:$E$100,$E$5:$E$100)>1)*($H$5:$H$100>=TODAY()),"Valid stream","")
can you please check and fix my error