Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ken M.
 
Posts: n/a
Default Another difficult failed formula

=SUMIF(Q2="John","+",E2<=1000,E2*5%,N2+R2+S2)

In this formula, I am tying to get the cell to do the following...

If sales rep name Q2 is John and the sale is greater than $1000 we should
take the total sale amount E2 and multiply by 5% then add it to the N2+R2+S2
cells to total commission due.

I am still trying to muddle through this. Logic failing me at midnight.

Thanks again for any help.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Ken

SUMIF can't take multiple criteria and for a single cell you don't need
SUMIF anyway ...
just use an IF statement
=IF(AND(Q2="John",E2<=1000),E2*5%+N2+R2+S2,0)

Cheers
JulieD

"Ken M." wrote in message
...
=SUMIF(Q2="John","+",E2<=1000,E2*5%,N2+R2+S2)

In this formula, I am tying to get the cell to do the following...

If sales rep name Q2 is John and the sale is greater than $1000 we should
take the total sale amount E2 and multiply by 5% then add it to the
N2+R2+S2
cells to total commission due.

I am still trying to muddle through this. Logic failing me at midnight.

Thanks again for any help.



  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=IF(AND(Q2="John",E21000),0.05*E2+SUM(N2,R2:S2)," whatever")


Arvi Laanemets


"Ken M." wrote in message
...
=SUMIF(Q2="John","+",E2<=1000,E2*5%,N2+R2+S2)

In this formula, I am tying to get the cell to do the following...

If sales rep name Q2 is John and the sale is greater than $1000 we should
take the total sale amount E2 and multiply by 5% then add it to the

N2+R2+S2
cells to total commission due.

I am still trying to muddle through this. Logic failing me at midnight.

Thanks again for any help.



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
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 08:11 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"