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
Logitech Wingman Force Joystick and Wheel not working with Vista 64-bit...help!!!
How do you add a network share to DFS replication?
Output a report as PDF, prompt user for save location
sub report with null fields
How do I pass a cell reference through to my function code instead of the cell contents
Email Quesiton
MS Access - Is there a way to reset the Page Number after a Group.
Setting WPF radio button FontWeight based on Checked value
INSERT INTO new table from existing stored procedure
Access 2000 - Top Nth function