I'm looking for a way to randomly select a name from a list, but the catch is that once a name is selected I don't want the populated cell to change (i.e. <gs id="85810d4e-0b81-451c-a115-25a785585cf1" ginger_software_uiphraseguid="26a0d090-069a-43dc-b8a7-bca8421e21ba" class="GINGER_SOFTWARE_mark"><gs id="1bab7459-600f-4948-837d-af07bd40e157" ginger_software_uiphraseguid="b78c16cf-ff11-490d-992c-988487c47eac" class="GINGER_SOFTWARE_mark">the</gs></gs> cell remains persistent when the worksheet is updated). So, something like this:
D2: If C2 is blank, stay blank. If C2 isn't blank, pick one of the names from <gs id="d57f52a3-58d5-4f89-8abe-2c87cadaffdb" ginger_software_uiphraseguid="4b08aa48-2f74-4399-b77d-5f08991179fb" class="GINGER_SOFTWARE_mark"><gs id="40b936f7-7c7d-4f4c-a116-55a0d8164deb" ginger_software_uiphraseguid="4b533c6f-1628-48f8-882d-5878efe6afd9" class="GINGER_SOFTWARE_mark">some</gs></gs> list.
I can accomplish that part of the problem with this formula:
=IF(C2<>"",INDEX(List!$A:$A,RANDBETWEEN(1,COUNTA(List!$A:$A)),1),"")
<gs id="3c6caab3-edf9-43fd-84f4-21c422bf84a1" ginger_software_uiphraseguid="fc23db6d-b36b-4e81-a850-774ed8563404" class="GINGER_SOFTWARE_mark"><gs id="cd396c7e-36f6-446d-a508-1aaefa806d42" ginger_software_uiphraseguid="a6df4296-5d73-4827-8639-dad9e93a21ac" class="GINGER_SOFTWARE_mark">however</gs></gs>, what it won't do is make D2 persistent. The names can repeat (i.e. D3 might be the same as D2), but once a cell is populated it shouldn't change.
I was able to accomplish something similar with the Now<gs id="a4fb2834-66c1-49ac-b562-9d3944c3ea7b" ginger_software_uiphraseguid="bbc5628e-a612-40ec-9766-af53cc5e80c9" class="GINGER_SOFTWARE_mark"><gs id="96943bc2-f2b6-4a19-a67a-de256b06c2d2" ginger_software_uiphraseguid="bfb1b655-a5fa-4625-a7a5-fbd8c4e823c6" class="GINGER_SOFTWARE_mark">(</gs></gs>) function:
=IF<gs id="7a42a81c-6b14-4358-ab49-15f87b3c9552" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="94a4605a-ab7f-467a-b4dc-a389646d5927" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">(</gs></gs>C2<>""<gs id="d742550d-f1d9-4094-b74e-a9610cbc973c" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="87a27b64-45c5-447c-9655-d44203be4ecc" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">,</gs></gs>IF<gs id="48bd7ae0-f96e-41fb-adca-94337398b41b" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="6fcb8173-016a-40db-b277-2f5b1694acd7" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">(</gs></gs>B2=""<gs id="6177aef6-53c3-4f25-b85d-f7a237219ba7" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="51ea9dfc-3bd9-4f57-b003-e3ca973fb5a8" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">,</gs></gs>NOW<gs id="fff7a485-3fe0-48c3-99d3-ceb4a991cbf7" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="5bddf0f4-0b6e-4f96-9e46-dbca2971bd5f" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">(</gs></gs>)<gs id="5b2431e8-db37-4661-af85-ecc92b829485" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="def0bfc9-040b-4d80-b331-e87bc128bfb6" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">,</gs></gs>B2),""<gs id="69ebf92d-6e95-450f-a533-74bdd4d02e66" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark">)</gs>
Any thoughts or suggestions? And, of course, if this has already been addressed somewhere, I'll be happy to follow the link if someone can provide it. I did search the forum, but didn't come up with anything based on how I was searching for what I'm trying to accomplish.
Thanks, in advance, for your help.
Take care<gs id="ab021e02-dee6-46e1-8e16-64e089dabd22" ginger_software_uiphraseguid="515ed621-eac8-48e6-958f-ea2093a513c5" class="GINGER_SOFTWARE_mark"><gs id="6b9b3c03-afe4-4f36-821a-489e3681a9d1" ginger_software_uiphraseguid="2a3ac046-a62a-4ad1-b454-c0317dbd6001" class="GINGER_SOFTWARE_mark"> -</gs></gs>
omni72
D2: If C2 is blank, stay blank. If C2 isn't blank, pick one of the names from <gs id="d57f52a3-58d5-4f89-8abe-2c87cadaffdb" ginger_software_uiphraseguid="4b08aa48-2f74-4399-b77d-5f08991179fb" class="GINGER_SOFTWARE_mark"><gs id="40b936f7-7c7d-4f4c-a116-55a0d8164deb" ginger_software_uiphraseguid="4b533c6f-1628-48f8-882d-5878efe6afd9" class="GINGER_SOFTWARE_mark">some</gs></gs> list.
I can accomplish that part of the problem with this formula:
=IF(C2<>"",INDEX(List!$A:$A,RANDBETWEEN(1,COUNTA(List!$A:$A)),1),"")
<gs id="3c6caab3-edf9-43fd-84f4-21c422bf84a1" ginger_software_uiphraseguid="fc23db6d-b36b-4e81-a850-774ed8563404" class="GINGER_SOFTWARE_mark"><gs id="cd396c7e-36f6-446d-a508-1aaefa806d42" ginger_software_uiphraseguid="a6df4296-5d73-4827-8639-dad9e93a21ac" class="GINGER_SOFTWARE_mark">however</gs></gs>, what it won't do is make D2 persistent. The names can repeat (i.e. D3 might be the same as D2), but once a cell is populated it shouldn't change.
I was able to accomplish something similar with the Now<gs id="a4fb2834-66c1-49ac-b562-9d3944c3ea7b" ginger_software_uiphraseguid="bbc5628e-a612-40ec-9766-af53cc5e80c9" class="GINGER_SOFTWARE_mark"><gs id="96943bc2-f2b6-4a19-a67a-de256b06c2d2" ginger_software_uiphraseguid="bfb1b655-a5fa-4625-a7a5-fbd8c4e823c6" class="GINGER_SOFTWARE_mark">(</gs></gs>) function:
=IF<gs id="7a42a81c-6b14-4358-ab49-15f87b3c9552" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="94a4605a-ab7f-467a-b4dc-a389646d5927" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">(</gs></gs>C2<>""<gs id="d742550d-f1d9-4094-b74e-a9610cbc973c" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="87a27b64-45c5-447c-9655-d44203be4ecc" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">,</gs></gs>IF<gs id="48bd7ae0-f96e-41fb-adca-94337398b41b" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="6fcb8173-016a-40db-b277-2f5b1694acd7" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">(</gs></gs>B2=""<gs id="6177aef6-53c3-4f25-b85d-f7a237219ba7" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="51ea9dfc-3bd9-4f57-b003-e3ca973fb5a8" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">,</gs></gs>NOW<gs id="fff7a485-3fe0-48c3-99d3-ceb4a991cbf7" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="5bddf0f4-0b6e-4f96-9e46-dbca2971bd5f" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">(</gs></gs>)<gs id="5b2431e8-db37-4661-af85-ecc92b829485" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark"><gs id="def0bfc9-040b-4d80-b331-e87bc128bfb6" ginger_software_uiphraseguid="416f1eb1-fd5e-42e3-85b5-df33f1a5b573" class="GINGER_SOFTWARE_mark">,</gs></gs>B2),""<gs id="69ebf92d-6e95-450f-a533-74bdd4d02e66" ginger_software_uiphraseguid="134c8495-290e-47b9-b78b-1095f320d983" class="GINGER_SOFTWARE_mark">)</gs>
Any thoughts or suggestions? And, of course, if this has already been addressed somewhere, I'll be happy to follow the link if someone can provide it. I did search the forum, but didn't come up with anything based on how I was searching for what I'm trying to accomplish.
Thanks, in advance, for your help.
Take care<gs id="ab021e02-dee6-46e1-8e16-64e089dabd22" ginger_software_uiphraseguid="515ed621-eac8-48e6-958f-ea2093a513c5" class="GINGER_SOFTWARE_mark"><gs id="6b9b3c03-afe4-4f36-821a-489e3681a9d1" ginger_software_uiphraseguid="2a3ac046-a62a-4ad1-b454-c0317dbd6001" class="GINGER_SOFTWARE_mark"> -</gs></gs>
omni72