hi all,
i have an really slight problem- im creating a spreadsheet which identifies how many tills are needed open per hour- what ive been trying to do for the last 30 minutes is create an if formula based on if the number is "1" the text will be displayed "till needed per HR" and if the value is anything higher than 1 the text will read "tills needed per HR".
Its such a basic thing that i thought it would only take a second, can anybody tell me why this isnt working:
If anybody knows the formula which can be used it would be much appreciated
cheers,
tom
i have an really slight problem- im creating a spreadsheet which identifies how many tills are needed open per hour- what ive been trying to do for the last 30 minutes is create an if formula based on if the number is "1" the text will be displayed "till needed per HR" and if the value is anything higher than 1 the text will read "tills needed per HR".
Its such a basic thing that i thought it would only take a second, can anybody tell me why this isnt working:
Code:
=IF(COUNTIF(G4,1),"till needed per hr.","tills needed per hr.")
If anybody knows the formula which can be used it would be much appreciated
cheers,
tom