Exceladd1ct
Board Regular
- Joined
- Feb 10, 2019
- Messages
- 76
Hello,
I have to vlookup some values in a table where the lookup column has rows with text and rows with numbers stored as text.
In order to get the right formatting so that the lookup works, I use the following formula that converts "numbers stored as text" to numbers and ignores the text rows.
=IFERROR(NUMBERVALUE(A1);A1)
Is there a way to apply formatting to achieve this instead of formula?
Thank you.
I have to vlookup some values in a table where the lookup column has rows with text and rows with numbers stored as text.
In order to get the right formatting so that the lookup works, I use the following formula that converts "numbers stored as text" to numbers and ignores the text rows.
=IFERROR(NUMBERVALUE(A1);A1)
Is there a way to apply formatting to achieve this instead of formula?
Thank you.