I Would like VBA code to extract the row number and sub-total in Col B in sheet 1, where the value is not zero for eg if the sub-total value is for eg 50, -50 etc., but to ignore zeroes
I would like row numbers containing the sub-total values that are not zero to be extracted to sheet2
Your assistance in this regard is most appreciated
See example below
I would like row numbers containing the sub-total values that are not zero to be extracted to sheet2
Your assistance in this regard is most appreciated
See example below
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | 501 | -2,589.27 | ||
2 | 502 | 317.98 | ||
3 | 503 | 2,271.29 | ||
4 | * | * * * * * * * * * * * - * | ||
5 | 504 | -2,589.27 | ||
6 | 505 | 317.98 | ||
7 | 506 | 2,271.29 | ||
8 | 507 | -2,589.27 | ||
9 | 508 | 317.98 | ||
10 | 301460 | 2,271.29 | ||
11 | * | * * * * * * * * * * * - * | ||
Sheet1 |