Display contents of "empty" cells

Bidwin

New Member
Joined
Apr 21, 2002
Messages
49
Is there a way to display the contents of an "empty" cell in binary or octal or hex to see what's actually there? Average calculations in a spreadsheet showed some errors that must have occurred when I either cleared some cells or entered a space. Using DEC2HEX created a #VALUE error with those cells but showed 00000000 for "new", or untouched, cells.
Thanks.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi Bidwin,

You can use CODE to show the value of the first byte.

Bidwin.xlsx
DEF
1CellsLenCODE
2 132
3 113
4 19
512
6 110
7128
8129
9130
10131
11 132
12 2129
13 2129 9
Sheet1
Cell Formulas
RangeFormula
E2:E13E2=LEN(D2)
F2:F12F2=CODE(D2)
F13F13=CODE(D13)&" "&CODE(MID(D13,2,1))
 
Upvote 0
Thanks for your response, Toadstool. I tried "CODE" in some cells but got a #VALUE error. Checking the LEN of those cells returned 0, or, I guess, an empty cell. After checking all suspect cells some were filled with SPACE, LEN 1, so my average calculation must have been treating the space character as a value. Calculation worked OK after CLEARing suspect cells.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,613
Members
449,090
Latest member
vivek chauhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top