I want make a kind of timetable up, it will have the work day broken up into Half hour blocks (1cell) I want it so when if someone puts a "P" in for example cell A1 it will put a "1" in cell A20 if they put a "I" in A1 it will put a "1" in cell B20 or if they put a "W" in A1 it will put a "1" in cell C20 anyone know the formula?
Thanks in advance
Paul
ducati_paul wrote:I want make a kind of timetable up, it will have the work day broken up into Half hour blocks (1cell) I want it so when if someone puts a "P" in for example cell A1 it will put a "1" in cell A20 if they put a "I" in A1 it will put a "1" in cell B20 or if they put a "W" in A1 it will put a "1" in cell C20 anyone know the formula?
Thanks in advance
Paul
In cell A20, put this:
=IF(A1="P",1,"")
That means, if cell A1 contains P, cell A20 will contain 1. If cell A1 does not contain P, cell A20 will contain nothing - is that what you wanted?
If so, then in cell B20, type:
=IF(A1="I",1,"")
And in cell C20, type:
=IF(A1="W",1,"")
Let me know if this isn't what you're after and I'll try again!
Road: 2005 ZX10R - not named yet
Road: 2008 Z750 - Kwak
Track: 2006 ZX6R - Yoshi (with a very Genki undertail)
Yup that's it! Thanks very much, I'm tracking staffing hours at work but what I've been doing is using the written table then just putting a 1 into three seperate tables depending on what the job was, it was very manual, now I can just enter the code in one table and it will automatically sort itself into the correct table from there.
I thought I might get an answer here but never expected one so quick, thanks heaps
ducati_paul wrote:Are Flanno shirts "Uncool" I love them 'cos they're warm but my G/F says they are daggy
Take it from me, flannos are the new black.
Tony
I have become race...
the kid wrote:But remember one thing , Dave #3 watches videos of rampant Circus Ponies every time Cath goes down the street shopping so dont listen to anything he says .