+ Reply to Thread
Results 1 to 2 of 2

Input info if cell doesn't start with "G"

  1. #1
    Registered User
    Join Date
    11-14-2006
    Posts
    1

    Input info if cell doesn't start with "G"

    HI,
    I need a macro or formula so that if an input in a cell doesn't start with for example the letter G another cell is automatically populated with a predetermined text, for example Due Date

    So if A1 equal G-S then nothing happens, but if A1 equal H-1 then B12 is automatically populated with "Due Date"

    Hope that all makes sense.

    Ian

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394
    put a formula in B12 something like this

    =if(left(a1,1,1)="G","","due date")

    This will work if there is only one condition. If there is more than one condition (looks like there is), then consider using like/match http://www.excel-vba.com/e-formula-index-match.htm

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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