Forum Discussion
Shane10326
Dec 30, 2019Copper Contributor
IFS function #N/A
Hi all, I have built a formula (below) to help organise postcodes into patches, my formula shows a true value when I walk through it but returns #N/A. I have tested this across a number of v...
- Jan 02, 2020
Shane10326 I created a table with the patch groupings from your formula. I expect if you make sure the table remains sorted on the first column, the formulas in E3 and F3 return the correct code and patch number from the postal code.
JKPieterse
Dec 30, 2019Silver Contributor
Is there a rule that determines how many characters we need to take from the postal code?
- Shane10326Dec 30, 2019Copper Contributor
Yes 3 different rules JKPieterse
- JKPieterseDec 31, 2019Silver ContributorWhich 3 rules?
- Shane10326Dec 31, 2019Copper ContributorLEFT(E2,2)
LEFT(E2,3)
LEFT(E2,4)
The ,3 and the ,4 clash and i have tried removing ,3 all together and then using * or ? or "" but the formula still doesnt work as i need it to.