Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need help with simple formula please

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless




Simple,
Employe's are only able to use a half of a day, or a full day.
So in E7 it is listed as 1 for one day, or 2.50 for two and a half days.
No hours minutes or seconds are usen in this, just half or hole numbers.
Thanks for the respopnse
PuJo
God Bless.


"excelent" wrote:

what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation

time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Need help with simple formula please

Pujo,

In E7 enter 20.5
In E8 enter =Sum(A1:20)
In E9 enter =(E7-E8)

Whenever anyone takes a day (or 1/2 day off) put a .5 or a 1 in Column A and
you will end up with E8 showing the amount taken and E9 showing the balance.

Mike

"PuJo" wrote:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless




Simple,
Employe's are only able to use a half of a day, or a full day.
So in E7 it is listed as 1 for one day, or 2.50 for two and a half days.
No hours minutes or seconds are usen in this, just half or hole numbers.
Thanks for the respopnse
PuJo
God Bless.


"excelent" wrote:

what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation

time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need help with simple formula please

I entered the formula like posted below, and I get an error (#Value!)
So this is not working for me. I am using Excel 2003, if that helps.
I also had an error about a circular something.
Please help if you can.

"Mike" wrote:

Pujo,

In E7 enter 20.5
In E8 enter =Sum(A1:20)
In E9 enter =(E7-E8)

Whenever anyone takes a day (or 1/2 day off) put a .5 or a 1 in Column A and
you will end up with E8 showing the amount taken and E9 showing the balance.

Mike

"PuJo" wrote:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless




Simple,
Employe's are only able to use a half of a day, or a full day.
So in E7 it is listed as 1 for one day, or 2.50 for two and a half days.
No hours minutes or seconds are usen in this, just half or hole numbers.
Thanks for the respopnse
PuJo
God Bless.


"excelent" wrote:

what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation

time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Need help with simple formula please

Mike's solution is probably the best way to go: keep track of individual
periods taken off somewhere else and total that up in E8.

Another way, which would seem a little clumsy, would be to keep modifying
the formula in E8 each time someone took some time off:

Starting with some value in E8 the first time they took time
=.5
then as they take time, adding that time directly in the cell formula:
=.5+1
and
=.5+1+1
and
=.5+1+1+.5

Keeping track of it the way Mike recommended is better from a couple of
standpoints: the individual list gives you more visibility as to how much was
taken each time (and with a date next to it, you could even say when it was
taken). Plus it is less maintenance intensive and more user friendly.

"PuJo" wrote:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation
time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless




Simple,
Employe's are only able to use a half of a day, or a full day.
So in E7 it is listed as 1 for one day, or 2.50 for two and a half days.
No hours minutes or seconds are usen in this, just half or hole numbers.
Thanks for the respopnse
PuJo
God Bless.


"excelent" wrote:

what excatly do u put in E7 ? is it 140:00:00 or 20.5 or...
1 day is how many time/min ?



"PuJo" skrev:

Hello group,
I am new to Excel so please excuse my ignorance.

I have a workbook that I am trying to make mathematical functions in a
cell(if i said that correct)Anyway. This is what I have, and this is what I
want to do.
Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days
(Employees can only take half or hole days, not hours)
I want the time taken field to keep a running total of time taken for 1
callander year
and subtract it from Vacation Time Earned and display it in the Vacation

time remaining cell. When I do this I use the simple =E8-E7 this is in the
Time remaining field. this does give me the correct total for a one time
entry, but not it I take more time off on a different date.

E7 = Vacation Time Earned
E8 = Vacation Time Taken
E9 = Vacation Time Remaining

When I enter more time off in to cell E8 it removes the previous time
entered and subtracts it from E7 and the total is not correct.

I hope this this doesn't sound stupid, but I kinda don't knowwhat I am doing.
So any help would be great.

Thanks,
God Bless


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default Need help with simple formula please

Vacation time earned 20.5 Days
Vacation Time Taken 2.5 Days
Vacation Time Remaining. 17.5 Days


Surely Vacation Time Remaining should be 18 Days or is there
something else going on here that you haven't covered.

HTH
Martin




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A formula, probably quite simple..... confused Excel Worksheet Functions 1 August 3rd 06 11:27 AM
Need help with a simple formula tenaj New Users to Excel 2 April 24th 06 06:55 PM
Simple Formula chip_pyp Excel Discussion (Misc queries) 1 December 16th 05 08:27 PM
help with simple formula Shooter Excel Worksheet Functions 1 June 19th 05 01:14 AM
help with simple formula bj Excel Worksheet Functions 1 June 17th 05 03:30 PM


All times are GMT +1. The time now is 10:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"