I have a range of 4 different values. I need to create 4 variables.

This will NOT be always the same, as sometimes I will have 3, 2, or 5 or more values in the range.
How can I loop through it and based on every not null cell, create a variable to assign it with the value in that cell?