C
Consuelo
Here is what I have
A B
+------+------+
1 | 1.25 | |
+------+------+
2 | .90 | |
+------+------+
I want the value of each row in column A to be multiplied
by 5% & have the result displayed in the corresponding row
in column B. I can do this with each individual row but
there are over 200 rows. How can I create a formula that
will apply that formula to each row individually
A B
+------+------+
1 | 1.25 | |
+------+------+
2 | .90 | |
+------+------+
I want the value of each row in column A to be multiplied
by 5% & have the result displayed in the corresponding row
in column B. I can do this with each individual row but
there are over 200 rows. How can I create a formula that
will apply that formula to each row individually