Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default If C2 = East AND D2 < 20,000.00 then multiply D2 by 8%

1. In cell C2 I have a region called East (other regions called North, South
and West).

In cell D2 I have a revenue of 10,000.00.

In F2 I want to enter a formula that does the following:-

If C2 = East

AND

D2 < 20,000.00

then take the value in D2 (currently 10,000.00) and multiply it by 8%
(placing the result in F2).

2. BOTH conditions must be TRUE if the value in D2 is to be multiplied by 8%.

3. Which formula do I need to enter in cell F2 to achieve the above?

4. Can I set the above up by using Formulas?

Many thanks in advance for any help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default If C2 = East AND D2 < 20,000.00 then multiply D2 by 8%

Put this in F2:

=IF(AND(C2="East",D2<20000),D2*0.08,"")

"trip_to_tokyo" wrote:

1. In cell C2 I have a region called East (other regions called North, South
and West).

In cell D2 I have a revenue of 10,000.00.

In F2 I want to enter a formula that does the following:-

If C2 = East

AND

D2 < 20,000.00

then take the value in D2 (currently 10,000.00) and multiply it by 8%
(placing the result in F2).

2. BOTH conditions must be TRUE if the value in D2 is to be multiplied by 8%.

3. Which formula do I need to enter in cell F2 to achieve the above?

4. Can I set the above up by using Formulas?

Many thanks in advance for any help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default If C2 = East AND D2 < 20,000.00 then multiply D2 by 8%

Hi,

in F2 enter

=IF(AND(C2="East",D2<20000),D2*0.08,"")

"trip_to_tokyo" wrote:

1. In cell C2 I have a region called East (other regions called North, South
and West).

In cell D2 I have a revenue of 10,000.00.

In F2 I want to enter a formula that does the following:-

If C2 = East

AND

D2 < 20,000.00

then take the value in D2 (currently 10,000.00) and multiply it by 8%
(placing the result in F2).

2. BOTH conditions must be TRUE if the value in D2 is to be multiplied by 8%.

3. Which formula do I need to enter in cell F2 to achieve the above?

4. Can I set the above up by using Formulas?

Many thanks in advance for any help.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default If C2 = East AND D2 < 20,000.00 then multiply D2 by 8%

Hi Sam, tested and working Wed Aug 26/9. Look spot on to me. Thanks!

"Sam Wilson" wrote:

Put this in F2:

=IF(AND(C2="East",D2<20000),D2*0.08,"")

"trip_to_tokyo" wrote:

1. In cell C2 I have a region called East (other regions called North, South
and West).

In cell D2 I have a revenue of 10,000.00.

In F2 I want to enter a formula that does the following:-

If C2 = East

AND

D2 < 20,000.00

then take the value in D2 (currently 10,000.00) and multiply it by 8%
(placing the result in F2).

2. BOTH conditions must be TRUE if the value in D2 is to be multiplied by 8%.

3. Which formula do I need to enter in cell F2 to achieve the above?

4. Can I set the above up by using Formulas?

Many thanks in advance for any help.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default If C2 = East AND D2 < 20,000.00 then multiply D2 by 8%

Hi Eduado, you have given same response as Sam. Thanks, tested and working
Wed Aug 26/9.

"Eduardo" wrote:

Hi,

in F2 enter

=IF(AND(C2="East",D2<20000),D2*0.08,"")

"trip_to_tokyo" wrote:

1. In cell C2 I have a region called East (other regions called North, South
and West).

In cell D2 I have a revenue of 10,000.00.

In F2 I want to enter a formula that does the following:-

If C2 = East

AND

D2 < 20,000.00

then take the value in D2 (currently 10,000.00) and multiply it by 8%
(placing the result in F2).

2. BOTH conditions must be TRUE if the value in D2 is to be multiplied by 8%.

3. Which formula do I need to enter in cell F2 to achieve the above?

4. Can I set the above up by using Formulas?

Many thanks in advance 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
2008 East Coast U S Excel User Conference Damon Longworth Excel Discussion (Misc queries) 0 September 10th 08 01:06 PM
2008 East Coast US Excel User Conference Damon Longworth Excel Discussion (Misc queries) 0 September 3rd 08 01:18 PM
2008 East Coast US Excel User Conference Damon Longworth Excel Discussion (Misc queries) 0 July 15th 08 12:54 PM
2008 East Coast US Excel User Conference Damon Longworth Excel Worksheet Functions 0 June 16th 08 12:55 PM
add value of 4 cells, multiply by 3 subtract 72 multiply by 80% George A. Yorks Excel Discussion (Misc queries) 10 October 25th 06 09:45 PM


All times are GMT +1. The time now is 11:29 AM.

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"