![]() |
|
#1
|
|||
|
|||
![]()
I need help creating a formula.
This is for a timesheet - in Cell A1, employee types number of hours worked. In Cell A2 is the formula for the Earned Comp Time (Time and Half = A1*1.5) I only want the formula to work IF the number of hours in Cell A1 exceed 8 Hours. If 8.0 or less, I don't want anything to show in Cell A2 I.E. Hrs Worked........|..8....|....12 Comp Earned......|.._....|....18 Any help making this IF formula would be helpful! Last edited by pumkinbug87; 12-03-2013 at 08:31 AM. Reason: The excel table did not format |
#2
|
||||
|
||||
![]()
Hi and welcome
how does the employee enter the time ? Decimal ( like 1,5) or sexagesimal ( like 01:30:00) ?
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
Decimal:
8.5 hr or 7.92 hr |
#4
|
||||
|
||||
![]()
Try =IF(A1<=8,"",A1*1.5)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#5
|
|||
|
|||
![]()
YOU ARE WONDERFUL!!!
You made that look so easy!! I thought it was going to be some VLOOKUP or something! THANK YOU!! ![]() |
#6
|
||||
|
||||
![]()
You're welcome and thank you for the rep. Most posters don't bother...
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
Tags |
if than formula |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
A formula to Take what I need from a cell and add the rest | bremen22 | Excel | 2 | 11-21-2013 08:05 AM |
![]() |
jterr | Excel | 14 | 02-25-2013 05:43 PM |
Change formula cell range based on cell value | Scoth | Excel | 4 | 10-25-2012 07:51 AM |
![]() |
Learner7 | Excel | 1 | 07-19-2010 10:10 AM |
![]() |
markg2 | Excel | 4 | 05-24-2010 11:50 AM |