Jan Renaud
New Member
Hello all,
I have a table with 10 row headings (person names) and 5 column headings (course names)
All cells in the table are initially blank.
1. Outside the table I use a cell with a formula generating a row number.
2. In other cell I use a formula generating a column number.
3. In a third cell I have formula that generates a value.
I want to know if there is a way - preferably without VBA else with VBA - that does the following:
Go to Row (value calculated in 1.) in the (empty) table
Go to Column (value calculated in 2.)in the (empty) table
Write or paste in the cell at the intersection of the table row and column the value calculated in 3.
This table value must remain there: when I repeat the operation leading to another row number, column number and value, it must not lead to a deletion or change of the table cell value obtained at the first operation.
So after repeating the operation 50 times all table cells are filled with data.
Looking forward to your suggestion.
Jan
I have a table with 10 row headings (person names) and 5 column headings (course names)
All cells in the table are initially blank.
1. Outside the table I use a cell with a formula generating a row number.
2. In other cell I use a formula generating a column number.
3. In a third cell I have formula that generates a value.
I want to know if there is a way - preferably without VBA else with VBA - that does the following:
Go to Row (value calculated in 1.) in the (empty) table
Go to Column (value calculated in 2.)in the (empty) table
Write or paste in the cell at the intersection of the table row and column the value calculated in 3.
This table value must remain there: when I repeat the operation leading to another row number, column number and value, it must not lead to a deletion or change of the table cell value obtained at the first operation.
So after repeating the operation 50 times all table cells are filled with data.
Looking forward to your suggestion.
Jan