slinky192001
Board Regular
- Joined
- Mar 16, 2007
- Messages
- 100
Hello
I have some fields in a spreadsheet:
I2 - Numbers
BT2 - Names
AX2 - Names
CV2 - Numbers (Seconds)
I have written a formula to say that if the number in I2 is less than 1 and the names in BT2 and AX2 are the same and the CV2 is less than 3601 then Yes otherwise No which looks like this:
=IF((AND(I2<1,BT2=AX2,CV2<3601)),"Yes","No")
I need to change this to say that the names in BT2 and AX2 can be the same or the name in BT2 can be one of the following 2 names:
Paul Fisher
Darren Smith
Paul Turner
So keeping all criteria in the original formula i need to add a bit that says or if the names in BT2 are one of the above then Yes.
Hope this is making sense.
Thanks for any help
I have some fields in a spreadsheet:
I2 - Numbers
BT2 - Names
AX2 - Names
CV2 - Numbers (Seconds)
I have written a formula to say that if the number in I2 is less than 1 and the names in BT2 and AX2 are the same and the CV2 is less than 3601 then Yes otherwise No which looks like this:
=IF((AND(I2<1,BT2=AX2,CV2<3601)),"Yes","No")
I need to change this to say that the names in BT2 and AX2 can be the same or the name in BT2 can be one of the following 2 names:
Paul Fisher
Darren Smith
Paul Turner
So keeping all criteria in the original formula i need to add a bit that says or if the names in BT2 are one of the above then Yes.
Hope this is making sense.
Thanks for any help