I have a rule in column A to select a name from a dropdown list and I wish to add rules into column B that associates an hourly rate for each team member.
I've therefore used IF statements for example IFA2="Alan",40,0).This works fine but if I want to add two tea members with the same rate I was trying to use an OR statement and I am getting a#VALUE error.
For example =IF(OR(A2="Katie","Dave"),25,0)
All assistance gratefully received
KL
I've therefore used IF statements for example IFA2="Alan",40,0).This works fine but if I want to add two tea members with the same rate I was trying to use an OR statement and I am getting a#VALUE error.
For example =IF(OR(A2="Katie","Dave"),25,0)
All assistance gratefully received
KL