Put this formula in N2, it will populate the table.![]()
=IF(Table2[[#This Row],[DIST_HS]]>=50,"Zone 2 (Complete Voucher)", IF(AND(Table2[[#This Row],[DIST_HS]]<50,Table2[[#This Row],[ADDY_CITY]]="San Antonio"),"Zone 1A (Local, No Voucher)", IF(AND(Table2[[#This Row],[DIST_HS]]<50,Table2[[#This Row],[ADDY_CITY]]<>"San Antonio"),"Zone 1B (Mileage Only, No Voucher)", "Other")))
Bookmarks