Re: Adding up #s in Excel
- From: "Stevie_mac" <no.email@xxxxxxxxxx>
- Date: Thu, 28 Apr 2005 02:40:49 +0100
Sorry, you lost me.
The formula I provided does satisfy your 1st question (I almost certain!)
Try to be more concise in your requirements
a Column is referred to in Letters (e.g. column A - top to bottom)
a Row is referred to in Numbers (e.g. row 1 - left to right)
a Cell is referred to in Letter/Number combinations (e.g. cell A1)
************************************************************
As an example of a help request Id ask something like
I have a table consisting of ...
Name (Col A)
Hours_Absent (Col B)
Hours_Remaining (Col C)
When I enter a value in the Hours_Absent (Col B), the Hours_Remaining (Col C)should update.
Hours_Remaining should be HOURS_ALLOWED - Hours_Absent
(HOURS_ALLOWED will be a fixed value (On Sheet2 in Cell B1))
How can I achieve this?
************************************************************
Is this what you require? Let me know & I'll sort it for you
PS if this is what you require, the solution would be
* In CELL C2, enter =Sheet2!$B$1 - B2
* Copy C2 down into C3, C4, C5 etc
"EQ" <zerospam@xxxxxxxx> wrote in message news:uizp951SFHA.580@xxxxxxxxxxxxxxxxxxxxxxx
>
> Thanks... but here's what is happening. Now everytime I put something in
> the first column (lest say B1), everything changes in the whole table.
> I'm trying to create a record of employees and their absence hours. So,
> if the employee in column A1 was absent today, I put the amount of hours
> he was out in B1.
> This will cause C1 to substract from the amount of hours he's allowed to
> use in a year.
>
> If I keep that formula, then all of my employees below the one I'm
> updating, will have the same record.
>
> Can I avoid this from happening, so that only the row I'm working on
> will be the one affected by the changes?
>
> Thanks again...
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- Re: Adding up #s in Excel
- From: Stevie_mac
- Re: Adding up #s in Excel
- From: EQ
- Re: Adding up #s in Excel
- Prev by Date: Re: Filling Formula down???
- Next by Date: Date Transfer to userform
- Previous by thread: Re: Adding up #s in Excel
- Next by thread: RE: Adding up #s in Excel
- Index(es):
Relevant Pages
|