Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Charting binary numbers

Status
Not open for further replies.

justin27

Electrical
Joined
Jun 24, 2005
Messages
2
Location
US
I have data that is taken at binary states

Colunm A Colunm B
0000 20mv
0001 40 mv
0010 60 mv

I can't seem to chart this in Excel.
Any Ideas?

Justin



 
i guess it depends on what you want to show !

i expect that you want to make a scatter plot of the base ten equivalent of column A and chart column B as the y-coord.

or you could plot column A as a "category" using a line chart ... but i think you'd need to have a complete listing of column A (you wouldn't be able to miss numbers), by insering missing numbers if needed (with 0 in column B).

good luck
 
Create a separate column, and use BIN2DEC function against column A to convert to decimal integers and plot against that set of numbers

TTFN
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top