darrenmccoy
New Member
- Joined
- Mar 26, 2019
- Messages
- 37
- Office Version
- 2019
Hi, Could you guys help me with what type of formula would I use to check address formatting and return a true or false?
An example case would be the format of address must be (number, street names, location, state zip) with the commas and spaces.
I realise there are a heap of variables that may exist, is there a base checking formula I can use to determine if the correct format exists?
Thanks
An example case would be the format of address must be (number, street names, location, state zip) with the commas and spaces.
ID | FULL ADDRESS | VALIDATION |
611762 | 101 SMITHS LANE, PEARCEDALE, VIC 3912 | TRUE |
633090 | 1,2,3 RIVER STREET, SOUTH YARRA, VIC 3141 | FALSE |
633098 | 1A MATTHEWS COURT, TOORAK, VIC 3142 | TRUE |
633100 | 43/10 CAPISTRANO PLACE, MELBOURNE | FALSE |
633102 | 1/17 WELL STREET, BRIGHTON, VIC 3186 | TRUE |
633103 | 1&2 DOW STREET, MELBOURNE, VIC 3207 | FALSE |
633126 | 74 WITHERS STREET, ALBERT PARK, VIC 3206 | TRUE |
633129 | CAMP STREET, CHELSEA, VIC 3196 | FALSE |
633130 | 33 BODLEY STREET BEAUMARIS VIC 3193 | FALSE |
633131 | 14 NORTH ROAD, BRIGHTON, VIC 3186 | TRUE |
I realise there are a heap of variables that may exist, is there a base checking formula I can use to determine if the correct format exists?
Thanks