Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dave O.
 
Posts: n/a
Default commission report formula

In a commission report i would like my formula in j5 to be something like
this...
if e5 = $3.00 up to $3.14 then j5 = .38*d5,-h5
if e5 = $3.15 up to $3.24 then j5 = .43*d5,-h5
if e5 = $3.25 up to $3.34 then j5 = .46*d5,-h5
if e5 = $3.35 up to $3.44 then j5 = .49*d5,-h5
if e5 = $3.45 up to $3.54 then j5 = .52*d5,-h5
if e5 = $3.55 up to $3.64 then j5 = .56*d5,-h5
if e5 = $3.65 up to $3.74 then j5 = .59*d5,-h5
if e5 = $3.75 and up then j5 = .62*d5,-h5
I hope this makes sense and i appreciate all the help i have received!
  #2   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=LOOKUP(E5,{3,3.15,3.25,3.35,3.45,3.55,3.65,3.75}, {0.38,0.43,0.46,0.49,0.
52,0.56,0.59,0.62})*D5-H5

Hope this helps!

In article ,
"Dave O." wrote:

In a commission report i would like my formula in j5 to be something like
this...
if e5 = $3.00 up to $3.14 then j5 = .38*d5,-h5
if e5 = $3.15 up to $3.24 then j5 = .43*d5,-h5
if e5 = $3.25 up to $3.34 then j5 = .46*d5,-h5
if e5 = $3.35 up to $3.44 then j5 = .49*d5,-h5
if e5 = $3.45 up to $3.54 then j5 = .52*d5,-h5
if e5 = $3.55 up to $3.64 then j5 = .56*d5,-h5
if e5 = $3.65 up to $3.74 then j5 = .59*d5,-h5
if e5 = $3.75 and up then j5 = .62*d5,-h5
I hope this makes sense and i appreciate all the help i have received!

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
Frequency formula Curious Excel Worksheet Functions 1 April 12th 05 09:49 PM
Multiple Condition Sumif Formula momtoaj Excel Worksheet Functions 3 April 6th 05 04:06 PM
need help creating formula based on cell value Brad Excel Discussion (Misc queries) 3 April 1st 05 07:51 PM
Worksheet references another tab in formula Bonita Excel Worksheet Functions 2 March 14th 05 09:44 PM
Cell shows formula and not the result of the formula. stumpy1220 Excel Worksheet Functions 2 January 14th 05 05:11 PM


All times are GMT +1. The time now is 07:05 AM.

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"