G
Guest
Guest
I'm working on a spreadsheet to track time off for employees. I've set it up so that if a value is entered for 2003 in Row B, an additional 47 hours are entered in Row E. However, I need to make sure it only enters the 47 hours once. I can't just put in that if the value above it is 47 to return 0, because it's possible that there will be more than 3 lines entered. Is it possible to do this? I've managed to keep away from VB so far doing other things on this sheet and I'd like to do this without VB if possible now too as I'll need to explain how this work to other who don't know any VB. However, if necessary I can use it. But how!?!? Please Help!!