Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Lookup existence of a cell phone text number


Give the range of your text providers a range name. I'll use the
range name "data".

The list of your names or in Column A

col a Col b

Bill {=IF(ISNUMBER(FIND(data,C1,1)),"yes","no")}

Make sure that you hit Cntrl-Alt-Enter to make it an array formula




On Jan 15, 4:53*pm, MarkMcG wrote:
Excel Wizards,

I have a list:

Name * * * * * Device
-------- * * * *---------
Bill * * * * * * *
Bill * * * * * * *
Sue * * * * * *
Sue * * * * * *
Randy * * * * *
Randy * * * * *

I need to lookup, yes or no, if each unique user has registered any text
device. *I know that the device can be registered from 7 different carriers
(vtext.com, txt.att.net, etc).

How to do this in a formula so to get:

Name * * * * * Text Device
-------- * * * *---------------
Bill * * * * * * * * *No
Sue * * * * * * * *Yes
Randy * * * * * * Yes

Many thanks, Mark


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Lookup existence of a cell phone text number

Sorry.. Cntrl-Shift-Enter for array formula.


On Jan 15, 5:06*pm, willwonka wrote:
Give the range of your text providers a range name. *I'll use the
range name "data".

The list of your names or in Column A

col a * *Col b

Bill * * {=IF(ISNUMBER(FIND(data,C1,1)),"yes","no")}

Make sure that you hit Cntrl-Alt-Enter to make it an array formula

On Jan 15, 4:53*pm, MarkMcG wrote:



Excel Wizards,


I have a list:


Name * * * * * Device
-------- * * * *---------
Bill * * * * * * *
Bill * * * * * * *
Sue * * * * * *
Sue * * * * * *
Randy * * * * *
Randy * * * * *


I need to lookup, yes or no, if each unique user has registered any text
device. *I know that the device can be registered from 7 different carriers
(vtext.com, txt.att.net, etc).


How to do this in a formula so to get:


Name * * * * * Text Device
-------- * * * *---------------
Bill * * * * * * * * *No
Sue * * * * * * * *Yes
Randy * * * * * * Yes


Many thanks, Mark- Hide quoted text -


- Show quoted text -


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Lookup existence of a cell phone text number

Expand this list to your full seven options, don't forget the asterisk
wildcard at the beginning of each one:

=IF(SUM(COUNTIF(A1,{"*zmail.biz","*vtext.com","*tx t.att.net"}))0,"Yes","No")

A1 = first email address to check.
--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"MarkMcG" wrote:

Excel Wizards,

I have a list:

Name Device
-------- ---------
Bill
Bill

Sue

Sue

Randy

Randy


I need to lookup, yes or no, if each unique user has registered any text
device. I know that the device can be registered from 7 different carriers
(vtext.com, txt.att.net, etc).

How to do this in a formula so to get:

Name Text Device
-------- ---------------
Bill No
Sue Yes
Randy Yes

Many thanks, Mark

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Lookup existence of a cell phone text number

Thanks will,

This is close.

I have two sheets. One sheet (user with devices) contains the data
(multiple occurrences of a name with several devices) and the other (users)
is just the names. I need to lookup the name in (users) in the list in (user
with devices) and return if the user has registered a text device.

Thanks, Mark


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Lookup existence of a cell phone text number

If you post all seven to check, I can adjust this non-array-required formula
to work, else expand it yourself by adding more entries in the section where
I've already put your sample three:

Don't forget the asterisk wildcard at the beginning of each one:

=IF(SUM(COUNTIF(A1,{"*zmail.biz","*vtext.com","*tx t.att.net"}))0,"Yes","No")

A1 = first email address to check.

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"MarkMcG" wrote:

Thanks will,

This is close.

I have two sheets. One sheet (user with devices) contains the data
(multiple occurrences of a name with several devices) and the other (users)
is just the names. I need to lookup the name in (users) in the list in (user
with devices) and return if the user has registered a text device.

Thanks, Mark

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LOOKUP a phone number? Laura Excel Worksheet Functions 6 September 8th 06 07:18 PM
Formula to extract a phone# from a cell of text (eg classified)? Reuel Excel Worksheet Functions 3 October 2nd 05 08:30 PM
Extract phone number front block of text Tech Excel Discussion (Misc queries) 6 August 8th 05 04:07 PM
Need help with reverse phone lookup steve2003 Excel Worksheet Functions 2 June 21st 05 09:01 PM
How do I delete the "=" from a cell to give me the phone number I. jbsand1001 Excel Discussion (Misc queries) 3 March 10th 05 08:38 PM


All times are GMT +1. The time now is 09:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"