A
anthony Upward
Hi,
I have a company phone bill listed as so:
Number call type
duration
123456789 text message (sms)
00:00:01
123456789 international text message (sms)
00:00:01
The list goes on with many numbers and different call types, what I hope to
achieve is
If call type = text message (sms) then 1 but at the moment my formula gives
a value of 1 to the international category as well as it has the text
message (sms) string. I would like to know how to specify an exact or
absolute text string to search for please?
My current formula is
=IF(ISNUMBER(SEARCH($Z$41,$H$2,1)),1,"Not SMS")
Cheers for any comments
I have a company phone bill listed as so:
Number call type
duration
123456789 text message (sms)
00:00:01
123456789 international text message (sms)
00:00:01
The list goes on with many numbers and different call types, what I hope to
achieve is
If call type = text message (sms) then 1 but at the moment my formula gives
a value of 1 to the international category as well as it has the text
message (sms) string. I would like to know how to specify an exact or
absolute text string to search for please?
My current formula is
=IF(ISNUMBER(SEARCH($Z$41,$H$2,1)),1,"Not SMS")
Cheers for any comments