Hi. I am new here, but search did not seem to yield an answer to this question. Suppose I have an array such as below. When a user enters a value in a cell, such as 8 that matches a value in column A, I want a function to return the value from the same row in column B (1800).
1 75.00
2 150.00
3 300.00
4 450.00
5 600.00
6 900.00
7 1,200.00
8 1,800.00
9 2,400.00
10 3,000.00
11 4,500.00
12 6,000.00
13 9,000.00
14 12,000.00
15 18,000.00
16 24,000.00
17 30,000.00
18 45,000.00
Bookmarks