V
viangogh
Hi
I have a workbook that calculates my salary on a daily and hour basis.
In the first sheet I enter the date, the start and end hour, and it
calculates everything. I have room for 9 days per workbook.
In a second sheet, where I have a table that I can print out and send
to my "boss", I have one row per day I worked. Excel automaticaly
enters the date and hours that I entered in the first sheet in the
correspondent row.
THE PROBLEM:
If I don't work 9 days (imagine I work only 2), I leave the other 7
cells in sheet 1 with the descripton, like "DATE", instead of a real
date. I want the other 7 columns in sheet 2 (of the days I didn't work)
to be left BLANK, instead of automaticaly showing up "DATE" (since it
is what I have written in sheet1...)
In sheet 2 I have:
_|___A__|____B____|___C____|___D____|
1|__Day_|___Date__|_Hours___|_Salary__|
2|___1__|_03-04-04_|___14___|__$140__|
3|___2__|_04-04-04_|___12___|__$120__|
4|___3__|__DATE___|____0___|___$0___|
5|___4__|__DATE___|____0___|___$0___|
B2=Sheet!1B2
B3=Sheet!1B3
B4=Sheet!1B4,
etc
And I what I want to have is:
_|___A__|____B____|___C____|___D____|
1|__Day_|___Date__|_Hours___|_Salary__|
2|___1__|_03-04-04_|___14___|__$140__|
3|___2__|_04-04-04_|___12___|__$120__|
4|______|_________|________|________|
5|______|_________|________|________|
Anyone can help?
Thanks!
I have a workbook that calculates my salary on a daily and hour basis.
In the first sheet I enter the date, the start and end hour, and it
calculates everything. I have room for 9 days per workbook.
In a second sheet, where I have a table that I can print out and send
to my "boss", I have one row per day I worked. Excel automaticaly
enters the date and hours that I entered in the first sheet in the
correspondent row.
THE PROBLEM:
If I don't work 9 days (imagine I work only 2), I leave the other 7
cells in sheet 1 with the descripton, like "DATE", instead of a real
date. I want the other 7 columns in sheet 2 (of the days I didn't work)
to be left BLANK, instead of automaticaly showing up "DATE" (since it
is what I have written in sheet1...)
In sheet 2 I have:
_|___A__|____B____|___C____|___D____|
1|__Day_|___Date__|_Hours___|_Salary__|
2|___1__|_03-04-04_|___14___|__$140__|
3|___2__|_04-04-04_|___12___|__$120__|
4|___3__|__DATE___|____0___|___$0___|
5|___4__|__DATE___|____0___|___$0___|
B2=Sheet!1B2
B3=Sheet!1B3
B4=Sheet!1B4,
etc
And I what I want to have is:
_|___A__|____B____|___C____|___D____|
1|__Day_|___Date__|_Hours___|_Salary__|
2|___1__|_03-04-04_|___14___|__$140__|
3|___2__|_04-04-04_|___12___|__$120__|
4|______|_________|________|________|
5|______|_________|________|________|
Anyone can help?
Thanks!