In C5 use:
Cheers,![]()
=INDEX($A$6:$A$38,MATCH(D4,$B$6:$B$38,0),1)
Would you like to say thanks? Please click the: "Add Reputation" button, on the grey bar below the post.
Thank you. That worked, but my issue has become more complicated.
I now need to keep the data in Column C, add new columns, and have columns A & B randomized/highlighted based on the data populated ("x") in the rightward most column.
Please see attached. In this example, C5, D5, and E5 would be populated based on the index formula and would hold their relevant options.
There may even be an easier way to accomplish this, I just want to avoid having the user clear out the X's in each subsequent column.
himey77,
Is this what you intend?
Unfortunately, not. I need the "Chosen SPP" field to be locked in once data is added to the next column. For example, once the user has acheived a result in C5, that result will be locked into C5. The user will then move on to Column D, select their options and acheive a result in D5. That result will be lock into D5. The user will then move on to Column E... etc. etc.
From the first post:
The RAND() function will give you a new set of data every time the spreadsheet recalculates. As long as you're relying on the RAND() function as the source of your data, it will place the problem of "locking in" the selected values well beyond the capabilities of any LOOKUP formula or conditional format solution. Especially if you intend to do this with multiple examples.
I recommend you begin a new thread with the suggested title of: "VBA method of copying values from RAND() to a range based on values in another range".
Hopefully one of the VBA experts here can help you.
Good luck,
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks