Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2008 East Coast U S Excel User Conference | Excel Discussion (Misc queries) | |||
2008 East Coast US Excel User Conference | Excel Discussion (Misc queries) | |||
2008 East Coast US Excel User Conference | Excel Discussion (Misc queries) | |||
2008 East Coast US Excel User Conference | Excel Worksheet Functions | |||
add value of 4 cells, multiply by 3 subtract 72 multiply by 80% | Excel Discussion (Misc queries) |