Hi,
I am looking at returning a adjacent value that is 'less than' from an array. In this example I want to return what is in Column A where the value is less than 20.
So for instance
A B
Website 60
Facebook 59
Twitter 47
Email 52
Third Party 10
This would return 'Third Party'.
I have already tried a mix of MATCH and INDEX but can't get it to work.
I also want to do this for percentages:
A B
Website 60%
Facebook 59%
Twitter 47%
Email 52%
Third Party 10%
So if value is less than 15%, then return 'Third Party'.
Please advise!
Thanks
I am looking at returning a adjacent value that is 'less than' from an array. In this example I want to return what is in Column A where the value is less than 20.
So for instance
A B
Website 60
Facebook 59
Twitter 47
Email 52
Third Party 10
This would return 'Third Party'.
I have already tried a mix of MATCH and INDEX but can't get it to work.
I also want to do this for percentages:
A B
Website 60%
Facebook 59%
Twitter 47%
Email 52%
Third Party 10%
So if value is less than 15%, then return 'Third Party'.
Please advise!
Thanks