comboy
Instructor
- May 23, 2003
- 226
Hi folks,
Can anyone tell me if it is possible to have more than 1 IF fuction statement in one cell.
I've got a spreadsheet in which I'm keeping stock levels of manuals. I need to be able to display different messages in a cell telling users to reprint X amount of manuals depending upon the current stock level of the manuals
So far it working great with just one IF statement e.g
=IF(C31=15,"Reprint 5 manuals","Full stock")
What I need is to able to add some thing like this:
=IF (c31=15,"Reprint 5 manuals","Full stock")+(c31=10,"Reprint 10 manuals","Full stock")in the same cell
Don't think it can be done but if anyone knows different please let me know.
Cheers,
comboy
Can anyone tell me if it is possible to have more than 1 IF fuction statement in one cell.
I've got a spreadsheet in which I'm keeping stock levels of manuals. I need to be able to display different messages in a cell telling users to reprint X amount of manuals depending upon the current stock level of the manuals
So far it working great with just one IF statement e.g
=IF(C31=15,"Reprint 5 manuals","Full stock")
What I need is to able to add some thing like this:
=IF (c31=15,"Reprint 5 manuals","Full stock")+(c31=10,"Reprint 10 manuals","Full stock")in the same cell
Don't think it can be done but if anyone knows different please let me know.
Cheers,
comboy