I created a dropdown list using a data validation table in Excel. My sheet look something like this. Both column B and D are empty and I would like to keep them this way for presentation purposes. I need my Vlookup to return the value in Column D based off the the value I have selected in the cell which I created the validation list.
COLUMN A Col B Col C Col D Col E
Unique Savers 5555 4%
Unique Visitors 8846 8%
Unique Savers 9996 8%
Unique Buyers 96743 15%
Total Revenue 100000 14%
I entered the following formula and it is returning #REF!
=VLOOKUP(A7,A8:A38,5,TRUE)
The value in column E is a formula I created which shows some y/y #'s and I want to compare the change in these based off of which value I am selecting in the validation list. Any help would be greatly appreciated.
-Tim
COLUMN A Col B Col C Col D Col E
Unique Savers 5555 4%
Unique Visitors 8846 8%
Unique Savers 9996 8%
Unique Buyers 96743 15%
Total Revenue 100000 14%
I entered the following formula and it is returning #REF!
=VLOOKUP(A7,A8:A38,5,TRUE)
The value in column E is a formula I created which shows some y/y #'s and I want to compare the change in these based off of which value I am selecting in the validation list. Any help would be greatly appreciated.
-Tim