I'm trying to modify a sheduling spreadsheet that is used in the restaurant I work in. Basically if a person is scheduled I want their name to display on a Deployment Sheet. The way the schedule is set up the hours are entered in 5 - cl, 4 - 9, 5 - 3. I can't seem to get the code right. How can I get it to say If any value is entered in this cell then display that persons name.
if/then statement in excel
Page 1 of 11 Replies - 2551 Views - Last Post: 26 May 2007 - 10:29 AM
Replies To: if/then statement in excel
#2
Re: if/then statement in excel
Posted 26 May 2007 - 10:29 AM
rollinhard, on 26 May, 2007 - 10:26 AM, said:
I'm trying to modify a sheduling spreadsheet that is used in the restaurant I work in. Basically if a person is scheduled I want their name to display on a Deployment Sheet. The way the schedule is set up the hours are entered in 5 - cl, 4 - 9, 5 - 3. I can't seem to get the code right. How can I get it to say If any value is entered in this cell then display that persons name.
=IF(C1<>"",C1,"None")
Change C1 to correct Cell.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|