Hi everyone,
In a table i have :
E1= Apple; F1= 0.2%; G1= 1.5%
E2= Banana; F2= 1.5%; G2= 3%
E3= Pear; F3= 1%; G3= 4%
E4= Cherry; F4= 4% ; G4= 10%
E5= Peach; F5= 5% ; G5= 20%
Column F represents the minimum % and column G represents maximum %
In A1 i have a data validation drop down list E1:E5 (Apple,Banana;Pear,Cherry,Peach)
Whatever selection of A1 value, i need a scroll bar form linked to cell "C1" to automatically set the minimum & the maximum values matched in F1:G5
Ex: If A1= "Pear" the scroll bar should scroll down C1 to a min of 1% and scroll up a max of 4%
If A1= "Peach" it should scroll down C1 to a min of 5% and scroll up a max of 20%
Could that be done with a formula? cause i dont know VBA, if so would you kindly find the easiest VBA code with instructions please?
I appreciate very much your support !
In a table i have :
E1= Apple; F1= 0.2%; G1= 1.5%
E2= Banana; F2= 1.5%; G2= 3%
E3= Pear; F3= 1%; G3= 4%
E4= Cherry; F4= 4% ; G4= 10%
E5= Peach; F5= 5% ; G5= 20%
Column F represents the minimum % and column G represents maximum %
In A1 i have a data validation drop down list E1:E5 (Apple,Banana;Pear,Cherry,Peach)
Whatever selection of A1 value, i need a scroll bar form linked to cell "C1" to automatically set the minimum & the maximum values matched in F1:G5
Ex: If A1= "Pear" the scroll bar should scroll down C1 to a min of 1% and scroll up a max of 4%
If A1= "Peach" it should scroll down C1 to a min of 5% and scroll up a max of 20%
Could that be done with a formula? cause i dont know VBA, if so would you kindly find the easiest VBA code with instructions please?
I appreciate very much your support !