I am working on a Fire Dept. payroll...I have serveral worksheets and have to have a written statement(formulas) as to how I arrived at a certain figure. Dah--they don't trust computers at city hall!
Therefore I have to have a column for "how did you arrive at this figure"
so, I need a statement to appear in a cell the might end up saying:
11.2*23.50*4
that seems easy, but if the man didn't get any overtime then there is nothing in the cell. If he did, the total overtime figure is already calculated from another worksheet and put in lets say cell S6. so I need to have something like:
If S6>0,then,11.2*23.50*whatever figure is in cell P6.
cell P6 is the number of days he got overtime
and ofcourse will constanly be differant.
Any suggestions?
This message was edited by CAPT.PT on 2002-03-05 02:40
Therefore I have to have a column for "how did you arrive at this figure"
so, I need a statement to appear in a cell the might end up saying:
11.2*23.50*4
that seems easy, but if the man didn't get any overtime then there is nothing in the cell. If he did, the total overtime figure is already calculated from another worksheet and put in lets say cell S6. so I need to have something like:
If S6>0,then,11.2*23.50*whatever figure is in cell P6.
cell P6 is the number of days he got overtime
and ofcourse will constanly be differant.
Any suggestions?
This message was edited by CAPT.PT on 2002-03-05 02:40