Hi Frns,
I have data as below
Country | Varience |
Ind | 1.00% |
USA | 24.50% |
UK | 70.00% |
Pak | 5.00% |
I have used a if condition to get below 5% and <10% values in the excel... Below is the formula
=IF(C3:C6<=5%,1,2)
I got result as below...
Ref Val | Country |
1 | Ind |
2 | USA |
2 | UK |
1 | Pak |
Now I am trying to use combo box for the result. In the labels I am taking Ref Values and applying filtered rows in the column box. When I see the preview in the labels it is not taking 1 . it is taking only 2
May I know the reason behind this? Help me on this
Thanks
Riaz