![]() |
Help on combining two IF Statements
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 |
Help on combining two IF Statements
"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)) PS: In the future, post to only one NG, or crosspost. |
Help on combining two IF Statements
On Jan 24, 11:22*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)) PS: *In the future, post to only one NG, or crosspost. Thanks Sorry for the double posting... I am not sure how to "crosspost", However in the future I will not post to more than one group |
All times are GMT +1. The time now is 07:53 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com