D
digitallifeform
Wondering if you could help, I am automating sales stats at the moment,
and am currently using:
=COUNTIF(N1:N500,"SJP")
Which works fine, however the field I am asking it to search can be one
of two things, the "SJP" or "SJP/MBL" and I need it to check for both,
I have tried:
=COUNTIF(N1:N500,"SJP""SJP/MBL")
=COUNTIF(N1:N500,"SJP","SJP/MBL")
Which both don't work - how do I get it to do an 'or' function?
Any help would be appreciated.
Thanks
and am currently using:
=COUNTIF(N1:N500,"SJP")
Which works fine, however the field I am asking it to search can be one
of two things, the "SJP" or "SJP/MBL" and I need it to check for both,
I have tried:
=COUNTIF(N1:N500,"SJP""SJP/MBL")
=COUNTIF(N1:N500,"SJP","SJP/MBL")
Which both don't work - how do I get it to do an 'or' function?
Any help would be appreciated.
Thanks