I USED THE HELP AND THE EXAMPLE BUT IT DIDN'T WORK, ANY HELP???
THE EXAMPLE IS GOOD IF I WANT TO PUT ONE NUMBER BUT NOT A CELL.
I'M USEING OFFICE 2003
I USED THE HELP AND THE EXAMPLE BUT IT DIDN'T WORK, ANY HELP???
THE EXAMPLE IS GOOD IF I WANT TO PUT ONE NUMBER BUT NOT A CELL.
I'M USEING OFFICE 2003
Post your data and the formula you used.
--
HTH
RP
(remove nothere from the email address if mailing direct)
"JAY" <JAY@discussions.microsoft.com> wrote in message
news:3A52429E-7600-45AB-904C-D1B50368E662@microsoft.com...
> I USED THE HELP AND THE EXAMPLE BUT IT DIDN'T WORK, ANY HELP???
> THE EXAMPLE IS GOOD IF I WANT TO PUT ONE NUMBER BUT NOT A CELL.
> I'M USEING OFFICE 2003
Dear Bob.
I Had A Row Of Hexadecimal Numbers I Want To Convert it to Decimal So I Used
The Following Formula in the colloun On Cell # b2 =HEX2DEC(A2) Wher A2 Has
The Hexadecimal Number And THe error I Get is #NUM
THanks For Ur replay
jay
"Bob Phillips" wrote:
> Post your data and the formula you used.
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "JAY" <JAY@discussions.microsoft.com> wrote in message
> news:3A52429E-7600-45AB-904C-D1B50368E662@microsoft.com...
> > I USED THE HELP AND THE EXAMPLE BUT IT DIDN'T WORK, ANY HELP???
> > THE EXAMPLE IS GOOD IF I WANT TO PUT ONE NUMBER BUT NOT A CELL.
> > I'M USEING OFFICE 2003
>
>
>
On Mon, 24 Jan 2005 17:37:02 -0800, jay <jay@discussions.microsoft.com> wrote:
>ear Bob.
>I Had A Row Of Hexadecimal Numbers I Want To Convert it to Decimal So I Used
>The Following Formula in the colloun On Cell # b2 =HEX2DEC(A2) Wher A2 Has
>The Hexadecimal Number And THe error I Get is #NUM
>THanks For Ur replay
>jay
Most likely, the number in A2 is not a valid hexadecimal number.
What, exactly, is the contents of A2?
--ron
Ron Rosenfeld wrote...
>jay <jay@discussions.microsoft.com> wrote...
>>I Had A Row Of Hexadecimal Numbers I Want To Convert it to Decimal So
I Used
>>The Following Formula in the colloun On Cell # b2 =HEX2DEC(A2) Wher
A2 Has
>>The Hexadecimal Number And THe error I Get is #NUM
>
>Most likely, the number in A2 is not a valid hexadecimal number.
>
>What, exactly, is the contents of A2?
In case either the hexadecimal number strings contain spaces or more
than 10 characters, try this (assumes unsigned)
=SUMPRODUCT(SEARCH(MID(RIGHT(REPT("0",32)&TRIM(A23),32),
ROW(INDIRECT("1:32")),1),"0123456789ABCDEF")-1,16^(32-ROW(INDIRECT("1:32"))))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks