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
The page cannot be displayed - 10060 - Connection timeout
Calling DLL function in release mode from exe in debug mode
Setting up Server 2008 in a branch office with SBS 2008
Access SQL: Self Join with Multiple Criteria
Using OPENXML in a Stored Procedure for an Infopath form submitted via Web Service
Error Message, CS0103: The name 'TextBox31' does not exist in the current context
Windows XP SP3 Laptop - Keyboard and Mouse not responding
SharePoint "webpage cannot be found" error message after installation
RPC over HTTPs almost there....fails 1 test.
VC++ mfc "passing values for a server connection"