Microsoft
Software
Hardware
Network
Question : Excel formula? (part 2)
I need to know how to create a formula to handle a condition in a single cell.
Currently I have: =IF(G3<=499,35,IF(G3>=500,
12,""))*G3
This is not quite right.
What I need to take into account is:
if G3 is greater than or equal to 500 = multiple the first 500 x 35, then multiply the remainder x 12.
How do I put this argument into a single cell?
Answer : Excel formula? (part 2)
Sorry.....attempt #3 -what I
meant
to post was
=IF(G3<500,G3*35,17500+1
2*(G3-500)
)
Random Solutions
How do I delete .txt files using VBA in Excel 2007?
Word frequency counter without Full text index
.Net v1.1 Website Problem
Access DCount Comparison
Exchange 2007 - "Choose Form" Delayed
Setting DataFormatString in Gridview programmatically
Change the term "This product is licensed to" in Office 2003 on a Terminal Server
A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
Send Emails Via MS Access Form
How to limit query to top n records