Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to have a macro that will sum noncontiguous numbers in a
column, place a numbered tickmark to the right of each number, and a corresponding tickmark to the left of the cell containing the sum (which would be located two cells below the last cell with a value in column B). I would like to be able to select the noncontiguous numbers and then run the macro. So for instance, if column C contained random values in rows 1 through 10, and I wanted to sum cells B1, B2, B6, and B10, I would like to be able to select these cells, then run the macro, which would place (for example) a "1" in C1, C2, C6, and C10, and then place the sum in B12 (two cells below the last cell with a value in column B), and would place a "1" in A12. Additionally, I would like the macro to be able to track the numbers that it places next to the cells, and increase it each time, so that after running it the first time, it would place a "2" next to each cell, etc. I know that this is not your simple record-and-use macro, which is why I haven't done it. If anyone out there reading this is an accountant/ auditor, you know that this would be useful for ticking and tying, and its possible that a macro already exists to do this. If you can give me a hand with this, it would save myself and a lot of new-hires time on the job. Possible variations to this macro would include requiring me to enter the number I would like to place next to the cells, or requiring me to select the cell where I would like to place the sum. One of the given assumptions to run this macro would be that the column to the right of the column containing my targeted values would be empty. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auditor / Tickmark Plug-in | Excel Discussion (Misc queries) | |||
tickmark | Excel Discussion (Misc queries) | |||
Tickmark - Footnote | Excel Discussion (Misc queries) | |||
How do I create a new toolbar with different tickmark buttoms? | Excel Discussion (Misc queries) | |||
Font to simulate a tickmark/checkmark | Excel Programming |