Currently working on my final project thesis, i need some excel calculation for manual analytic section on the report.
So here the problem,
I need to define position of each facelets.
In example position Facelets 1 is 9. (Check picture below)
So far, i get the way to reach that by transpose each row to 1 column. Like picture below and use excel function MATCH() to get the relative position.
=MATCH(1;A1:A18;0)
Is there a way to get relative position without transpose the lookup array?
I have try use multiselect row (example A1:A3;B1:B3;), but it return errors.
Hope someone can help me.


