K
KUMPFfrog
I want to perform a calculation base off criteria from two columns.
ex:
A B
1 apples 222
2 oranges 156
3 apples 789
4 apples 222
5 oranges 789
if all the 'apples' in column 'A' have the same corrisponding value in
column 'B' then multipy the value in 'B' times some number. In this example,
ALL the 'apples' do not have 'B' values that match so it will return "Varies".
Thanks
ex:
A B
1 apples 222
2 oranges 156
3 apples 789
4 apples 222
5 oranges 789
if all the 'apples' in column 'A' have the same corrisponding value in
column 'B' then multipy the value in 'B' times some number. In this example,
ALL the 'apples' do not have 'B' values that match so it will return "Varies".
Thanks