New VBA User
New Member
I have a user who selects value from drop-down. That value should be compared against the values in master sheet.
A B C
THPUT 60 160 480
PT 48 24 70
PoE 15.4 15.4 30
ST No Yes Yes
SP No Yes Yes
So when a user selects thput - 60 from drop-down it should check the value in the range if greater than or equal to - in this case it should return all A, B & C. if user selects 160 then it should return B & C
Additionally when user selects THput-60 and PT 70 - then result should return C
A B C
THPUT 60 160 480
PT 48 24 70
PoE 15.4 15.4 30
ST No Yes Yes
SP No Yes Yes
So when a user selects thput - 60 from drop-down it should check the value in the range if greater than or equal to - in this case it should return all A, B & C. if user selects 160 then it should return B & C
Additionally when user selects THput-60 and PT 70 - then result should return C