Microsoft
Software
Hardware
Network
Question : Excel 207 question - formula
I have a formula question.
=(IF(AND(W49>=25,W49<50),V
49*0.95,V4
9)) this formula works...do I want to add another condition to it to make this
=(IF(AND(W49>=25,W49<50),V
49*0.95,V4
9),(IF(AND
(W49>=50,W
49<75),V49
*0.9,V49))
) this does not work. So my question is how do I add a formual to a formual.
Answer : Excel 207 question - formula
another clause in the IF function, i.e.
=IF(AND(W49>=25,W49<50),V4
9*0.95,IF(
AND(W49>=5
0,W49<75),
V49*0.9,IF
(W49>=75,V
49*0.85,V4
9)))
or a small addition to LOOKUP
=LOOKUP(W49,{0,25,50,75;1,
0.95,0.9,0
.85})*V49
barry
Random Solutions
Outlook 2007 Continuous Authencication
Same form on different computers
Access attaching a file as xls when it should be rtf
active directory, W2k8 R2 DC, Kerberos failures, Event ID: 3, 4771, 4769, 4768, 4776, 4625 source: Microsoft Windows security
Problem with "like" keyword, when database is in chinese
Registry cannot load the hive.
Getting Microsoft.Win32.RegistryKe<wbr />y from PROFILEINFO.hProfile - from PInvoke to .Net
Exchange 2007 to 2010 upgrade
Want to open form when file opens, but getting file/access error 75 message
VBA - Playing Movies using VLC or GOM Player