Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I combine two IF statements?
=IF(C12="PTO",-8,C12*$E$3) OR =IF(C12="HOLIDAY",0,C12*$E$3) Thanks for any and all help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Sunflower" wrote:
How do I combine two IF statements? =IF(C12="PTO",-8,C12*$E$3) OR =IF(C12="HOLIDAY",0,C12*$E$3) Perhaps: =IF(C12="PTO", -8, IF(C12="HOLIDAY", 0, C12*$E$3)) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jan 24, 11:20*am, "Joe User" <joeu2004 wrote:
"Sunflower" wrote: How do I combine two IF statements? =IF(C12="PTO",-8,C12*$E$3) OR =IF(C12="HOLIDAY",0,C12*$E$3) Perhaps: =IF(C12="PTO", -8, IF(C12="HOLIDAY", 0, C12*$E$3)) Thanks...works |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
=IF(C12="PTO",-8,IF(C12="Holiday",0,C12*$E$3)) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Sunflower" wrote: How do I combine two IF statements? =IF(C12="PTO",-8,C12*$E$3) OR =IF(C12="HOLIDAY",0,C12*$E$3) Thanks for any and all help . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help on combining two IF Statements | New Users to Excel | |||
Combining 2 IF statements | Excel Discussion (Misc queries) | |||
If Statements & Combining Cells | Excel Worksheet Functions | |||
Combining IF Statements | Excel Worksheet Functions | |||
Combining IF statements | Excel Worksheet Functions |