+ Reply to Thread
Results 1 to 15 of 15

returning something in a cell if another cell has info input

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690
    hi dave but what if it is 2 or more

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Quote Originally Posted by stevesunfold
    hi dave but what if it is 2 or more
    Oh,
    Do you want the the number changed to words in a different cell?
    like
    one for 1
    two for 2
    three.....

  3. #3
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690
    hi dave
    no
    if a18=1 then i want the word "unit" to appear in cell a19
    but if a18>1 then i want the word "units" in cell a19
    and if there is nothing input in cell a18 then i want a19 to remain blank


    thanks for your time

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Quote Originally Posted by stevesunfold
    hi dave
    no
    if a18=1 then i want the word "unit" to appear in cell a19
    but if a18>1 then i want the word "units" in cell a19
    and if there is nothing input in cell a18 then i want a19 to remain blank


    thanks for your time
    Sure...
    try this,
    =IF(A1=1,"Unit",IF(A1>1,"Units",""))

  5. #5
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690
    dave

    youre a star thanks so much thats spot on

  6. #6
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690
    i have the same problem whereas i want whats in cell d13 on sheet 1 to appear in cell a19 on sheet 2 but again if its empty i want the 2nd sheet to remain empty

    thanks dave
    sorry to be a pain

  7. #7
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690
    dave

    please?

+ 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