C
Chris
I am having trouble with a formula within excel,
basically I need the formula to calculate the amount of
money it would cost if I had so many reference points,
So : the single numbers which are 1,2 etc. are the number
of buildings and the reference points are staff
1 and 750 - £6112.5
2 and 750 £12250.00
3 and 750 - £17430
4 and 750 - £23542.5
1 and 1500 - £12250.00
2 and 1500 - £23542.5
3 and 1500 - £26917.50
4 and 1500 - £30292.5
these are my reference point queries I have worked out
that one reference point is going to be costing
£8.66666666666666667
So this is the code I have already
=IF('No. Of Staff'<750,"£6112.50",IF('No. Of
Staff'>751,"£12250.00",IF('No. Buildings'<1,"£6112.50",IF
('No. Buildings'>2,23542.5))))
which only brings up 12250.00, So if i had 1 building and
10000 staff I need to know how much it would cost using a
formula
Can anyone help
basically I need the formula to calculate the amount of
money it would cost if I had so many reference points,
So : the single numbers which are 1,2 etc. are the number
of buildings and the reference points are staff
1 and 750 - £6112.5
2 and 750 £12250.00
3 and 750 - £17430
4 and 750 - £23542.5
1 and 1500 - £12250.00
2 and 1500 - £23542.5
3 and 1500 - £26917.50
4 and 1500 - £30292.5
these are my reference point queries I have worked out
that one reference point is going to be costing
£8.66666666666666667
So this is the code I have already
=IF('No. Of Staff'<750,"£6112.50",IF('No. Of
Staff'>751,"£12250.00",IF('No. Buildings'<1,"£6112.50",IF
('No. Buildings'>2,23542.5))))
which only brings up 12250.00, So if i had 1 building and
10000 staff I need to know how much it would cost using a
formula
Can anyone help