+ Reply to Thread
Results 1 to 4 of 4

Data validation

  1. #1
    Registered User
    Join Date
    04-07-2011
    Location
    Edinburgh, Scotland
    MS-Off Ver
    Excel 2003
    Posts
    2

    Data validation

    Hi

    I have a row of cells with numbers, i want to create a cell that displays OK or OD depending on whether the cell is positive or negative

    im having a hard time finding out how to do this

    can anyone help?

    thanks
    Last edited by loosemember; 04-07-2011 at 03:54 AM.

  2. #2
    Registered User
    Join Date
    04-01-2011
    Location
    Manila, Philippines
    MS-Off Ver
    2019
    Posts
    53

    Re: Data validation

    Could you please upload a sample of your excel file.
    Simply hit the star button to say THANK YOU.

  3. #3
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Data validation

    Something like this?

    =IF(A1<0,"OD","OK")

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  4. #4
    Registered User
    Join Date
    04-07-2011
    Location
    Edinburgh, Scotland
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Data validation

    Quote Originally Posted by Domski View Post
    Something like this?

    =IF(A1<0,"OD","OK")

    Dom
    perfect

    thanks

+ 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