I am working on a fairly simple worksheet where if a cell contains a hexadecimal value I want to convert it to decimal, otherwise if it is already in decimal format we just leave it. Something like:
=IF(A1 is hex, HEX2DEC(A1),A1)
Any ideas/suggestions would be awesome. Thanks in advance.
I have searched around a bit but can not seem to find anything.