Hi everyone.
I have a large excel sheet but interested in 3 columns with over 1,000 rows. e.g
1-1000
A B C
1 56 78
2 32 55
3 65 86
4 72 92
.
.
.
.
1000
All am looking for in a single operation/code, is repeatedly multiply column values in B & C with column A values until they EQUAL & show results e.g take 36 in B & 72 in C: expected answer being 20*36 & 72*10=720; else FALSE or DUMP etc
I have a large excel sheet but interested in 3 columns with over 1,000 rows. e.g
1-1000
A B C
1 56 78
2 32 55
3 65 86
4 72 92
.
.
.
.
1000
All am looking for in a single operation/code, is repeatedly multiply column values in B & C with column A values until they EQUAL & show results e.g take 36 in B & 72 in C: expected answer being 20*36 & 72*10=720; else FALSE or DUMP etc