LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Ruth
 
Posts: n/a
Default Logical ELSE statements

ELSE statements appear to be unavailable. How would I write this CALCULATOR
to produce the correct Paid Out Commission given: Data entered by a person
is 1) Gross Commissions (D5), 2) Product Code (D6), 3) Level 1,2,3,or 4
payment mode (D7). Product codes are in an Excel worksheet 'NY ONLY' column
b/rows 4-225; Levels 1 to 4 in cols h-k. The 'NY ONLY' worksheet contains
the Level 1-4 payment %'s that I'm trying to multiply Gross Commissions (D5)
by. Current logic expression works for one product: =IF(AND($D$6='NY
ONLY'!$B$4, $D$7=1), $D$5*'NY ONLY'!$H$4, 0) NOTE: D5 Commissions=$2,000;
Product Code entered by person does a match on row 4 of 'NY ONLY' sheet;
H4=51.5%, Level=1; COMMISSION TO BE PAID =$1,030.00

QUESTION: How to string multiple IF/AND statements together for the 200+
products and Levels 1 to 4 and have it return the Commission to be Paid in an
answer cell.
 
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
=IF logical test to search only part of a cell Robbie in Houston Excel Worksheet Functions 2 March 5th 05 05:09 AM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
Logical Function - Multiple IF statements vnsrod2000 Excel Worksheet Functions 7 February 4th 05 10:42 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM
If statements Mark Excel Worksheet Functions 3 November 2nd 04 08:39 PM


All times are GMT +1. The time now is 03:58 PM.

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

About Us

"It's about Microsoft Excel"