How to set value in the dropdown from a JSON data list?

If I wanted to assign the first 500 rows a data value of B from a dropdown, & the next 100 rows a data value of A from a dropdown, how do I do it besides choosing the data value for each row?

  • If I have a column in a spreadsheet with 1000+ rows, each row contains a dropdown list that has similar data values(5 to choose from: A, B, C, D, E ).

  • Answer:

    Populate a column with consecutive numbers: 1, 2, 3, ... Then in the next column use a range lookup =VLOOKUP(A2,lookup!$A$2:$B$4,2,TRUE). In the lookup range use a table like: 0       A 500    B 1000  C

Tanya Zyabkina at Quora Visit the source

Was this solution helpful to you?

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.