Forum Discussion
Camperslaolie
Dec 05, 2023Copper Contributor
Help with a formula ChatGPT can't get correct either
Hi there. I hope someone can help me, because after trying 20 times myself and asking ChatGPT for help, I still do not have the correct answer. Ok, here goes: A postal code consisting of 5 di...
Lorenzo
Dec 05, 2023Silver Contributor
It'll difficult/inaccurate with a bunch of duplicates:
When above issue is fixed:
- Name B2:Z5 as (i.e.) Zones
in A10
=LET(
rw, SUM( ISNUMBER( SEARCH(LEFT(B9,2),Zones) ) * SEQUENCE(ROWS(Zones)) ),
IF(rw, "Zone " & rw, "Not found")
)
Camperslaolie
Dec 06, 2023Copper Contributor
thanks L.z. ... Duplicates indeed are incorrect.
I will check once more and try again 🙂
I will check once more and try again 🙂