+ Reply to Thread
Results 1 to 8 of 8

I need a spreadsheet to alert me when a name comes up

  1. #1
    Registered User
    Join Date
    06-24-2015
    Location
    usa
    MS-Off Ver
    2013
    Posts
    12

    I need a spreadsheet to alert me when a name comes up

    We offer Para transits rides to people. but I have a list of clients that I cant offer rides to anymore. the list is about 500 names long. I need to have an alert or highlight a name if it pops up. Any one have any ideas on how to make this happen in excel?

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: I need a spreadsheet to alert me when a name comes up

    use conditional formatting and a lookup to the list of names
    Only issue will be if they do not enter the name the same way as you have
    ie
    J Smith
    John Smith
    J. Smith
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    06-24-2015
    Location
    usa
    MS-Off Ver
    2013
    Posts
    12

    Re: I need a spreadsheet to alert me when a name comes up

    Thanks for the reply Wayne. How would I do that if my list was in another sheet and I import my new list from another program? So for instance every day I will import 700 clients into excel, and I have a list of like 500 clients that Ilike excel to check and make sure they are not on the newly imported list. I would like to have it color the cell if it finds a name. I do apologize now im not an excel expert, far from it.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: I need a spreadsheet to alert me when a name comes up

    you could use a vlookup() or indexmatch()
    if you can load a sample - then we can see your exact data layout and advise more accurately

    Please upload a sample of your workbook to the forum, Make sure you have removed any private information, remember this is a public forum and so available to anyone
    Would like to see an example of your data and also a manual mock up of the expected results you want to achieve.

    To attach a file to your post,
    click "Go advanced" (next to quick post),
    scroll down until you see "manage Attachments",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.

  5. #5
    Registered User
    Join Date
    06-24-2015
    Location
    usa
    MS-Off Ver
    2013
    Posts
    12

    Re: I need a spreadsheet to alert me when a name comes up

    All I have is a list of names in a basic excel file with the acct #'s of the client that I don't want to transport

    EXAMPLE:
    CLIENT NAME # OF CANCELLATIONS
    SAM, NATHANIEL: LOG31843 49
    NIVISON, NICOLE: LOG26576 43
    BEAN, SHEILA: LOG26301 43
    KATE, LINDA: LOG26321 41
    JOHN DOE: LOG31627 38
    JANE DOE: LOG26290
    KIM HATT: LOG26685 36
    test, test: 29417 35
    BOBBY, JO: LOG26542 34



    Do you want me to send it in excel?

  6. #6
    Registered User
    Join Date
    06-24-2015
    Location
    usa
    MS-Off Ver
    2013
    Posts
    12

    Re: I need a spreadsheet to alert me when a name comes up

    attached is what I would like to happen the tab labeled new import would be the tab I would import the new client list. the tab labeled no fly would be the list that has the clients that I don't want to offer rides to. I would like excel to color the cell red if a name came up that was on the no fly list. Not sure if I explained it well enough or not.
    Attached Files Attached Files

  7. #7
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: I need a spreadsheet to alert me when a name comes up

    could not attach before

    see here
    Attached Files Attached Files

  8. #8
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,749

    Re: I need a spreadsheet to alert me when a name comes up

    you can use
    =NOT(ISERROR(INDEX('NO FLY LIST'!$A:$A,MATCH('NEW IMPORT LIST'!A1,'NO FLY LIST'!$A:$A,0))))
    in a conditional format formula - see attached

    for 2007, 2010 or 2013 excel version
    Conditional Formatting

    Highlight applicable range >>

    $A:$A


    Home Tab >> Styles >> Conditional Formatting
    New Rule >> Use a formula to determine which cells to format
    Edit the Rule Description: Format values where this formula is true:


    =NOT(ISERROR(INDEX('NO FLY LIST'!$A:$A,MATCH('NEW IMPORT LIST'!A1,'NO FLY LIST'!$A:$A,0))))


    Format… [Number, Font, Border, Fill]
    choose the format you would like to apply when the condition is true
    OK >> OK

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 10-10-2013, 05:14 AM
  2. Need Threshold alert on my spreadsheet
    By dcoates in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-02-2013, 02:23 PM
  3. [SOLVED] How do I create a sound alert in excel spreadsheet
    By shaun t in forum Excel General
    Replies: 10
    Last Post: 10-09-2012, 02:32 PM
  4. [SOLVED] Email alert to call or view a line in a spreadsheet
    By Chuck in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-08-2006, 03:15 PM
  5. [SOLVED] triggering an email alert from within a spreadsheet based upon a d
    By just-curious---george in forum Excel General
    Replies: 0
    Last Post: 03-23-2006, 09:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1