How to filter out certain state
Solved/Closed
Related:
- How to filter out certain state
- Safe search filter - Guide
- Filter unknown senders android - Guide
- Apply snapchat filter to existing video - Guide
- Snapchat black and white filter - Guide
- Filter shekan psiphon - Download - VPN
2 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Nov 13, 2010 at 09:30 PM
Nov 13, 2010 at 09:30 PM
In the first cell in B column (where column is state name) type this formula
=IF(OR(A2="CA",A2="TX",A2="NV",A2="MO",A2="MS",A2="MI"),"VACATION","")
copy this down till the data is available
remember in certain version you cannot have more than 7 possiilities under OR.
in the case of macro study "select case"
=IF(OR(A2="CA",A2="TX",A2="NV",A2="MO",A2="MS",A2="MI"),"VACATION","")
copy this down till the data is available
remember in certain version you cannot have more than 7 possiilities under OR.
in the case of macro study "select case"