Hi, I would need advise on how to resolve the writing in order to get the correct tiers based on the table in this attachment.
I am trying to get the answer but putting up a table on the criteria, for example:
The Visited Count must be greater than or equal to 4
The Collected Points is the main key criteria to identify the tiers category
If it met the 1st criteria of Visited Count must be >=4), 2nd criteria should be >=1600 on the collected points in order to reach Tier 1
If it met the 1st criteria of Visited Count must be >=4), 2nd criteria should be >=2400 on the collected points in order to reach Tier 2.
If it met the 1st criteria of Visited Count must be >=4), 2nd criteria should be >=3200 on the collected points in order to reach Tier 3.
I have tried with this formula but doesn't seem it working:
IF(AND(D7>=4,E7>=1600),"Tier 1",IF(AND(D7>=4,E7>=2400),"Tier 2","-")) - I couldn't write for more on Tier 3.
Need help!!!
Bookmarks