I am trying to duplicate an imbedded if statement into approach, and I can't get the formula right. The following is the spreadsheet formula that I am trying to duplicate into approach. Any help would be appreciated. Thanks,
Gary
=IF(OR(PAY_G=1,PAY_G=4,),"Facility/Self/Agency",IF(OR(PAY_G=10,PAY_G=20,),"Insurance",IF(OR(PAY_G=23,PAY_G=26,),"Facility/Self/Agency",IF(OR(PAY_G=13,PAY_G=35),"Medicare",IF(OR(PAY_G=999,PAY_G=12),"Blue Cross",IF(OR(PAY_G=999,PAY_G=11),"Blue Shield",IF(OR(PAY_G=16,PAY_G=40),"MediCal/CCS/CCAH","Noone"))))))
Gary
=IF(OR(PAY_G=1,PAY_G=4,),"Facility/Self/Agency",IF(OR(PAY_G=10,PAY_G=20,),"Insurance",IF(OR(PAY_G=23,PAY_G=26,),"Facility/Self/Agency",IF(OR(PAY_G=13,PAY_G=35),"Medicare",IF(OR(PAY_G=999,PAY_G=12),"Blue Cross",IF(OR(PAY_G=999,PAY_G=11),"Blue Shield",IF(OR(PAY_G=16,PAY_G=40),"MediCal/CCS/CCAH","Noone"))))))