Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default simplify this formula

Here's the situation: I'm creating a time sheet.

I have the following:
Column C Column D
ArriveTime 8:30
LeaveTime 18:30
Hours 10.00
Overtime 2.00
Regular 8.00
Gross $407.00

Now, the formula in question is that for gross:

=IF(ISTEXT(D16),0,IF(ISBLANK(D15),D16*$D$4,((D16*$ D$4)+(D15*$D$4*1.5))))

where D16 is Regular, D15 is Overtime, $D$4 is the hourly rate. This
formula is copied to the right as needed, hence the absolute reference for
$D$4 (the hourly rate) and the relative references for all other variables.

I'm creating this time sheet for someone else, not for me, and therefore I'm
wondering if there's a way to simplify the above formula. Essentially, these
are the conditions:

1) Return 0 if D16 is blank
2) If D15 (overtime) is blank, multiply Regular hours by the hourly rate $D$4
3) Else, multiply regular hours times the hourly rate and add to that the
product of overtime hours times the hourly rate times 1.5.

Clear? I know the formula calculates correctly as is; I'm just curious if
some guru out there has a more concise way of doing the same thing.

Thanks for your help.

Dave

--
Brevity is the soul of wit.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default simplify this formula

=D14*$D$4+D15*$D$4*0.5

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Dave F" wrote in message
...
Here's the situation: I'm creating a time sheet.

I have the following:
Column C Column D
ArriveTime 8:30
LeaveTime 18:30
Hours 10.00
Overtime 2.00
Regular 8.00
Gross $407.00

Now, the formula in question is that for gross:

=IF(ISTEXT(D16),0,IF(ISBLANK(D15),D16*$D$4,((D16*$ D$4)+(D15*$D$4*1.5))))

where D16 is Regular, D15 is Overtime, $D$4 is the hourly rate. This
formula is copied to the right as needed, hence the absolute reference for
$D$4 (the hourly rate) and the relative references for all other

variables.

I'm creating this time sheet for someone else, not for me, and therefore

I'm
wondering if there's a way to simplify the above formula. Essentially,

these
are the conditions:

1) Return 0 if D16 is blank
2) If D15 (overtime) is blank, multiply Regular hours by the hourly rate

$D$4
3) Else, multiply regular hours times the hourly rate and add to that the
product of overtime hours times the hourly rate times 1.5.

Clear? I know the formula calculates correctly as is; I'm just curious if
some guru out there has a more concise way of doing the same thing.

Thanks for your help.

Dave

--
Brevity is the soul of wit.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default simplify this formula

Better to stick to regular and overtime

=D16*$D$4+D15*$D$4*1.5

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Dave F" wrote in message
...
Here's the situation: I'm creating a time sheet.

I have the following:
Column C Column D
ArriveTime 8:30
LeaveTime 18:30
Hours 10.00
Overtime 2.00
Regular 8.00
Gross $407.00

Now, the formula in question is that for gross:

=IF(ISTEXT(D16),0,IF(ISBLANK(D15),D16*$D$4,((D16*$ D$4)+(D15*$D$4*1.5))))

where D16 is Regular, D15 is Overtime, $D$4 is the hourly rate. This
formula is copied to the right as needed, hence the absolute reference for
$D$4 (the hourly rate) and the relative references for all other

variables.

I'm creating this time sheet for someone else, not for me, and therefore

I'm
wondering if there's a way to simplify the above formula. Essentially,

these
are the conditions:

1) Return 0 if D16 is blank
2) If D15 (overtime) is blank, multiply Regular hours by the hourly rate

$D$4
3) Else, multiply regular hours times the hourly rate and add to that the
product of overtime hours times the hourly rate times 1.5.

Clear? I know the formula calculates correctly as is; I'm just curious if
some guru out there has a more concise way of doing the same thing.

Thanks for your help.

Dave

--
Brevity is the soul of wit.



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
Locking portions of a formula tiggatattoo Excel Worksheet Functions 2 June 5th 06 04:51 PM
How to simplify "multiple if" formula markx Excel Worksheet Functions 4 May 16th 06 11:33 AM
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom function to simplify Index(match)) formula Martin Excel Discussion (Misc queries) 0 March 20th 06 02:45 PM
Simplify excel formula Lulu Excel Discussion (Misc queries) 2 August 25th 05 08:43 AM


All times are GMT +1. The time now is 05:22 PM.

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"