Fill formula in the alternate rows and live values
Hello,
I am looking VBA solution, which can fill formula in the alternate row and live only values
For example this formula =COUNTIF(Sheet1!$F$6:$F$63,$C6&" | "&$D6&" | "&F$4)
I want to fill in the range F6:T28 but using alternate rows what I mean fill row 6 in cells F6:T6 than leave the row 7 and fill in cells F8:T8 and so on in all the cells are shown with 0
Sample Data
Thank you all
Excel 2000
Regards,
Moti
Hello,
I am looking VBA solution, which can fill formula in the alternate row and live only values
For example this formula =COUNTIF(Sheet1!$F$6:$F$63,$C6&" | "&$D6&" | "&F$4)
I want to fill in the range F6:T28 but using alternate rows what I mean fill row 6 in cells F6:T6 than leave the row 7 and fill in cells F8:T8 and so on in all the cells are shown with 0
Sample Data
Book1 | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
1 | |||||||||||||||||||||||
2 | |||||||||||||||||||||||
3 | |||||||||||||||||||||||
4 | Data C-> | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | |||||||
5 | Data A | Data B | |||||||||||||||||||||
6 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
7 | |||||||||||||||||||||||
8 | 12 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
9 | |||||||||||||||||||||||
10 | 2 | 9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
11 | |||||||||||||||||||||||
12 | 12 | 12 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
13 | |||||||||||||||||||||||
14 | 13 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
15 | |||||||||||||||||||||||
16 | 5 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
17 | |||||||||||||||||||||||
18 | 6 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
19 | |||||||||||||||||||||||
20 | 7 | 9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
21 | |||||||||||||||||||||||
22 | 8 | 25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
23 | |||||||||||||||||||||||
24 | 9 | 74 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
25 | |||||||||||||||||||||||
26 | 10 | 18 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
27 | |||||||||||||||||||||||
28 | 10 | 12 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||
29 | |||||||||||||||||||||||
30 | |||||||||||||||||||||||
31 | |||||||||||||||||||||||
Sheet3 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F6 | =COUNTIF(Sheet1!$F$6:$F$63,$C6&" | "&$D6&" | "&F$4) |
Thank you all
Excel 2000
Regards,
Moti
Last edited: