Home |
Search |
Today's Posts |
#13
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Had a hard time figuring out the following "If Then" fomula - so here are the
requirements and the solution to save some people some time risk = version delta + microcode delta + (1 if monitoring = No) + (1 if % throughput 80%) + (1 if % throughput 90%) + (1 if % throughput 95%) + (1 if recovery time 5 minutes) + (1 if recovery time 10 minutes) + (1 if recovery time 15 minutes) + (2 if recovery time 20 minutes) =M4+P4+(IF(Q4="No",1,0))+(IF(U40.95,3,IF(U40.9,2 ,IF(U40.8,1,0))))+(IF(W420,4,IF(W415,3,IF(W410 ,2,IF(W45,1,0))))) "Tomas" wrote: How would I do the following: A+B = C, if C = 10 then D = 1 if C = 11 then D = 2 C = 12 then D = 3 and so on C = 19 then D = 1 thank you! __________________________________________________ _______________ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How to make Excel run limited number of formulas on a given worksh | Excel Discussion (Misc queries) | |||
Way to make Excel only run certain formulas on a worksheet? | Excel Discussion (Misc queries) | |||
How do I get to master Excel functions and formulas? | Excel Worksheet Functions | |||
Problems with Excel formulas when 2002 upgraded to XP | Excel Worksheet Functions |