CardReaderGuy
New Member
- Joined
- Oct 6, 2019
- Messages
- 1
I have exported a card database(600 cards) into excel from a security system to upgrade to a newer card reader system. However, the proper and new card reader system reads the card data in reverse. So I have dumped the data in an excel spreadsheet to sort the data around and import to new system. However, I can not figure out a way to take this data and convert it to the proper numbers. For Example, the card number is 3d88 in hex or 15572 in decimal. I converted it to binary which is 1111010001000, However I need the data to read 0001000101111 so I can convert it to decimal(1135). I only have the binary data, I have no idea what the decimal number is until I convert it. Is there a way to input 0001000101111 into a cell and covert to decimal? When I input it into a cell, it is recognized as 1,0001011,111. Not actual binary data. Or other possibility would be to take the original backwards binary data and convert the value in reverse? If it does not make sense, let me know.
Thanks,
CardReaderGuy
Thanks,
CardReaderGuy