Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How can I automatically decrement a column in hexadecimal numbers

First, is it possible to decrement numbers like you can increment them with
the fill handle?

Second, is it possible to increment or decrement hexadecimal numbers?

My problem is inputing data down a column that starts at D3 and ends in 9E.
I would like to be able to do this quick and simple.

TIA,
Bonk
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default How can I automatically decrement a column in hexadecimal numbers

Excel recognizines certain patterns with the fill handle. You have to tell
ti what pattern. To decrement, just create the first secquencial #'s in 2 or
3 adjacent cells. Highlight those cells together, and drag with the fill
handle.

I 'm sorry. I don't know of a way to increment hex numbers.

"Bonk33r" wrote:

First, is it possible to decrement numbers like you can increment them with
the fill handle?

Second, is it possible to increment or decrement hexadecimal numbers?

My problem is inputing data down a column that starts at D3 and ends in 9E.
I would like to be able to do this quick and simple.

TIA,
Bonk

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default How can I automatically decrement a column in hexadecimal numbers

I don't know how to make Excel increment/decrement hexidecimal numbers
without writing a VBA routine.

If you have the Analysis Toolpak installed (Tools Add-Ins), you can do
the following:
Hex D3 is decimal 211. Put 211 in cell A1. In A2, enter =A1-1
Copy this down through row 54, which should equal 158 (9E hex).
In cell B1, enter =DEC2HEX(A1) and copt down through row 54.

Hope this helps,

Hutch

"Bonk33r" wrote:

First, is it possible to decrement numbers like you can increment them with
the fill handle?

Second, is it possible to increment or decrement hexadecimal numbers?

My problem is inputing data down a column that starts at D3 and ends in 9E.
I would like to be able to do this quick and simple.

TIA,
Bonk

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How can I automatically decrement a column in hexadecimal numbers

What I ended up doing was using both of your answers and adding a little
more. I used Tom's idea of starting at 211, then put 210 below it and used
Wiley's idea of decrementing by highlighting 211 and 210 then dragging the
fill handle. Then I used DEC2HEX and converted the numbers to hexadecimal.
I then copied the column and pasted it where I wanted it. It first gave me a
bunch of ####'s, but then I clicked on the paste icon and selected "Values
Only". I went back and deleted the two columns I used to create this new one
and all is well.

Thanks again,
Bonk
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 86
Default How can I automatically decrement a column in hexadecimal numb

Thanks for your feedback. I am glad TOm had the HExidecimal portion of the
asnwer. I too have learned something.

"Bonk33r" wrote:

What I ended up doing was using both of your answers and adding a little
more. I used Tom's idea of starting at 211, then put 210 below it and used
Wiley's idea of decrementing by highlighting 211 and 210 then dragging the
fill handle. Then I used DEC2HEX and converted the numbers to hexadecimal.
I then copied the column and pasted it where I wanted it. It first gave me a
bunch of ####'s, but then I clicked on the paste icon and selected "Values
Only". I went back and deleted the two columns I used to create this new one
and all is well.

Thanks again,
Bonk



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a column of numbers from a column with some blanks? Knut Excel Discussion (Misc queries) 0 March 20th 06 12:36 AM
Excel ? Do Not Call Table Vindictiiv Excel Worksheet Functions 3 January 21st 06 01:05 AM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
formulas to numbers Steve New Users to Excel 2 September 16th 05 12:07 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 09:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"