+ Reply to Thread
Results 1 to 5 of 5

Changing text based on another cell's number

  1. #1
    Registered User
    Join Date
    05-08-2014
    MS-Off Ver
    Excel 2003
    Posts
    4

    Changing text based on another cell's number

    I am a somewhat beginner at Excel. I work at a clinic that uses a spreadsheet for their clients.... The clients only have to fill out a questionaire when they are above 6 years old... One column on this spreadsheet has the dates that the last questionaire was done and if the kid is under 6 we type Under 6... and there's another column with their age (based on a formula). Is there any way to have the questionaire column to put "Under 6" automatically when the age column is under 6 years old and leave the cell alone when they're over 6. Some of the cells for the over 6 clients have different due dates in them and I don't want that to change, if that makes sense. Hopefully this isn't too confusing and has enough information.

  2. #2
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: Changing text based on another cell's number

    A sample sheet would help it would give a better understanding of what you are after. (just a sheet with a few examples of what you have)

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Changing text based on another cell's number

    You did not say anything if they are 6. Should the formula say "Under 6".

    Here is a formula that will show clients with under 6

    =IF(A2="","",IF(A2<6,"Under 6",""))

    A
    B
    1
    Age Is Under 6
    2
    5
    Under 6
    3
    7
    4
    8
    5
    4
    Under 6
    6
    6
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    05-08-2014
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Changing text based on another cell's number

    excel.jpg

    The sample spreadsheet is attached. I want the PYOQ column to change to the date of today when the child turns 6. And I want the CYOQ column to change to date of today when the child turns 12. I want to fill the formula through the whole spreadsheet and I don't want the formula to manipulate the values already there (like the PYOQ/CYOQ dates of the over 6 and 12 year olds already there).
    Attached Files Attached Files
    Last edited by Cori_W; 05-16-2014 at 10:46 AM.

  5. #5
    Registered User
    Join Date
    05-08-2014
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Changing text based on another cell's number

    Some of the clients already have a date the questionaire is due because they're already over 6. How would I make sure the cell doesn't go blank? I don't want the formula to manipulate it if it doesn't apply.

  6. #6
    Registered User
    Join Date
    05-08-2014
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Changing text based on another cell's number

    From what I see on google, I need a VBA?

+ 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: 1
    Last Post: 02-19-2014, 10:04 PM
  2. [SOLVED] Changing number to negative based on another cell value
    By pelachrum in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-08-2013, 08:18 PM
  3. Changing Cell Format from Text to Number
    By Kingswood in forum Excel General
    Replies: 2
    Last Post: 08-29-2013, 06:58 PM
  4. Changing Color of text based on a number
    By Yerfdog78 in forum Excel General
    Replies: 4
    Last Post: 02-20-2007, 03:34 AM
  5. edit number in cell without it changing to text
    By rklremote in forum Excel General
    Replies: 1
    Last Post: 05-19-2005, 06:06 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