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
Windows 7 and compatibility mode
Format overwrites MBR
How to set the position and size for firefox using CreateProcess and MoveWindow (Visual Studio 2008, MFC)
Help with ADHResize.mde and subforms
Windows 7.0 Public Desktop Problem
Windows 7 - Advice required to remove old Windows XP from dual boot.
SCCM Query for systems with a specific File Name & Specific Version of that file
Separate words in cells
Outlook 2007 Keeps Asking for Password - Doesn't Like Anything I Type - Vista / Exchange Email
How do I get Outlook 2007 to keep from asking me to login each time I close and reopen?