I would like to list all the fruits in my basket, then give fruits to my friends, and doing so options in the drop-down list are reducing automatically.
Column A: number of fruits Column B: fruits Column C: names Column D: dropdown list
For instance, I have 1 ananas, 0 apple and 2 oranges. When I give a fruit to one my first friend, options from the drop-down list are "ananas"; "orange"; "orange".
If I give an ananas to one of my friend, then the drop-down list becomes "orange", "orange" for others, and so on.
Is it possible to do it with Excel? If so, is it possible without VBA, with data validation and regular formulas?