View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Newsgal Newsgal is offline
external usenet poster
 
Posts: 24
Default if and conditional formulas

I need a conditional formula for a commission worksheet that drives one
commission payout based on the first argument, another payout based on the
2nd argument and $0 otherwise. Is there a way to get more than just one value
if True, just one value if False limitation?

=IF(AND(M11<100%,M11=98%),D16,IF(M11=100%,D17),i f(M11<98%,0)))
--
News Gal