hi guys
im trying to get my spreadsheet to return the word unit if cell a18=1 or the word units if its over 1 but i also want the cell to remain empty if there is nothing input into cell a18 is this possible
help gratefully received
hi guys
im trying to get my spreadsheet to return the word unit if cell a18=1 or the word units if its over 1 but i also want the cell to remain empty if there is nothing input into cell a18 is this possible
help gratefully received
place this in B18 for exampleOriginally Posted by stevesunfold
=if(a18=1,"yep","")
hi dave but what if it is 2 or more
Oh,Originally Posted by stevesunfold
Do you want the the number changed to words in a different cell?
like
one for 1
two for 2
three.....
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...Originally Posted by stevesunfold
try this,
=IF(A1=1,"Unit",IF(A1>1,"Units",""))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks