excel uses macros to arrange the number of a column, how to write the program

Updated on workplace 2024-06-16
15 answers
  1. Anonymous users2024-02-12

    You can do this by recording a macro.

  2. Anonymous users2024-02-11

    excel2007 can be sorted by color, no need to write macros, 2003 does not have this function!

  3. Anonymous users2024-02-10

    Excel2007 can be sorted by color, no need to write macros,

  4. Anonymous users2024-02-09

    Record macros, directly manipulate the sorting, and the generated ** is it.

  5. Anonymous users2024-02-08

    Try if the attachment meets your requirements.

    Hope it helps.

  6. Anonymous users2024-02-07

    Just enter the formula in C1 and drop it down.

    vlookup(a1,$d$1:$e$8,2,0)

  7. Anonymous users2024-02-06

    According to the figure, C12 input = VlookUp(A12,$d$2:$e$8,2,0), and pulling down to C18 is the answer.

  8. Anonymous users2024-02-05

    With the vlookup function, enter the formula: in cell C2

    vlookup(a2,d:e,2,false)

  9. Anonymous users2024-02-04

    There's a filter sorting function, you try to do it.

  10. Anonymous users2024-02-03

    This is the formula for picking 5 numbers at random from all of them:

    index($a$1:$e$7,choose(rand()*7+1,1,2,3,4,5,6,7),choose(int(rand()*10/2)+1,1,2,3,4,5))

    Hope it helps

  11. Anonymous users2024-02-02

    Save the file as a loading macro (..)xla) file, and then open xecel, dot"tools"->"Load the macro"->"Browse"to find the one you saved. XLA file, dot"OK".

  12. Anonymous users2024-02-01

    Suppose the data is in column A1:A100, enter 1 in B1 and enter 2 in B2, select B1 and B2 to fill down to B100, then select B and A, sort B in descending order, and finally delete B column.

  13. Anonymous users2024-01-31

    Backwards and forwards should not be lined up, and they should be reversed

  14. Anonymous users2024-01-30

    You insert a column of serial numbers.

    Then select all the worksheets.

    Use the "Sort function" to select the column of the serial number and use "Reverse Order".

  15. Anonymous users2024-01-29

    Excel comes with a sorting tool, data-> sorting.

Related questions
10 answers2024-06-16

If the number of columns is in column a, enter it elsewhere: >>>More

8 answers2024-06-16

Method of summing a column:Open Excel and select a column of numbers. >>>More

10 answers2024-06-16

The formula is changed to: i26+round(rand()*3). Formula Teardown Instructions: >>>More

14 answers2024-06-16

Divide the columns first, and then delete the three words in a column, for example: >>>More

8 answers2024-06-16

concatenate(a1,"Words or other symbols to be added"For example, if the cell in the first row of the first column is A, and you want to add a "Ah" to the end of A, you can type it in the box to the right of the first column. >>>More