This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Accounting for overtime in a formula?
Post Flair (click to view more posts with a particular flair)
Post Body
I'm trying to write a formula that has the following criteria:
-If D13=0, return a dash. -If D13 is greater than 0, but not more than 40, D13Pay rate -If D13>40, D13Pay rate*1.5 (for overtime pay)
This is the formula I tried, but it doesn't work:
=IF(D13=0,"-",IF(AND(D13<=40,D13>0),D13[pay rate]),IF(D13>40,D131.5*[pay rate]))
It says I've entered too many arguments for the function.
Author
Account Strength
70%
Account Age
3 years
Verified Email
Yes
Verified Flair
No
Total Karma
393
Link Karma
28
Comment Karma
365
Profile updated: 3 days ago
Posts updated: 10 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/excel/comme...