I am trying to create a custom pricing sheet that can be used for pricing a commerical software offering for the company I work for. Due to non-disclosure, I have adjusted the sheet to make it generic, yet hopefully get the problem across corrrectly.
In the attached sheet, a customer will choose one of the packages offered. The saleperson will put a quantity (usually 1) in one of cells B5:B8. In order to calculate the value in C11:C13, I need to know what package was chosen by the salesperson. With that number, I can get an index into the array at the bottom of the attached sheet to look up other values. I can work with functions like Match, VLookUp, Index, etc. But I can’t seem to figure out a clear and easy way to get the row number of the B5:B8 cell that has the 1 in it. I played around with some nested IF’s but it was getting kind of messy. And I don’t know VBA and would prefer not to get invoved with that for this one problem. Any help much appreciated!