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 to zero or delete transactions of purchases, sales and inventory in Dynamics Great Plains
Simple Audit Trail for Access 2007
I have a select query that I would like to add string data to
VS2008 opens .aspx files in new IE window instead of Designer/Source Editor
Access 2007 Button Images
Display data on a Form in Columns
Access Pivot chart - need different scales on right and left axis
object variable or with block variable not set
MISSING: Microsoft Windows Common Controls - 2 6.0 (SP3)
How can I delete cells and still preserve the formulas in other cells?