I want to match this string: [nnnn]*, nnnn is a number held in cell A5 so I would use match like this:
=MATCH("[1301]*", B5:B40,0)
This returns 20 correctly.
I can’t work out how to replace this “[1301]*” so that the number, in this case 1301, is obtained from cell A5.
Can you help? Thank you.