Hi,
I want to generate many many results from excel.
I've got 5
columns
A B C D E
equation for A is A = B*C*D*E
now I've got many inputs for columns B to E. What I want to do is take the first input of B multiply by the first of C, then multiply by the first of D, multiply by the first of E. That'll be one result for A. The next result would be first B, 2nd C, first D, first E. So basically getting all the combonations of each of B C D E times together.
Columns B C D E are not the same size.
IS there a way to solve for A quickly?
Thank you
Bookmarks