Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default if and conditional formulas

=LOOKUP(M11,{0,0.98,1},{0,"A","B"})


"Newsgal" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default if and conditional formulas

That worked! Thank you!!!
--
News Gal


"Teethless mama" wrote:

=LOOKUP(M11,{0,0.98,1},{0,"A","B"})


"Newsgal" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional formulas Aaargh New Users to Excel 2 May 19th 07 12:25 AM
Conditional Formulas Craig Koon Excel Worksheet Functions 0 August 24th 06 11:36 PM
Conditional Formulas Maybe? jrose Excel Discussion (Misc queries) 3 April 25th 06 12:12 PM
How do I set up conditional formulas craig Excel Worksheet Functions 1 February 4th 06 09:45 PM
conditional formulas deaundra Excel Worksheet Functions 2 April 15th 05 12:08 AM


All times are GMT +1. The time now is 08:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"