lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
-
- 2016
- Platform
-
- Windows
Hi I want to apply match() on a column but I want match() function to return not only the position of 1 item but the positions of multiple items since the occurrence is not only one. Is that possible.
For example in this example, want match() to return (1,2, and 3) for me if I tried to match test
=match("test",a1:a6,0)
<tbody>
</tbody>
For example in this example, want match() to return (1,2, and 3) for me if I tried to match test
=match("test",a1:a6,0)
test |
test |
hello |
test |
bye |
whatever |
<tbody>
</tbody>