Formula based on certain cells data

T3as3r22

New Member
Joined
Sep 14, 2022
Messages
19
Office Version
  1. 2021
Platform
  1. Windows
Hi there,

I have attached a screenshot for the reference.

=IF(AND($AC$1="exact",AB2<=AR2, AI2>=500, AP2<=100%,AQ2<=30%), AB2*1.2, AB2*0.9)

So if this is true, ($AC$1="exact",AB2<=AR2, AI2>=500, AP2<=100%,AQ2<=30%) than I want a final bid to be 1.2% (increase by 20%) of the current bid (AB column), and this is not true than I want a final bid to be 0.90% (reduce by 10%) of the current bid (AB column). But I am not getting the result.

Can anyone please help me solve this?

TIA.
T3as3r22
 

Attachments

  • Excel_Sample_16.png
    Excel_Sample_16.png
    74.1 KB · Views: 3

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Isn't that the highlighted value supposed to be higher by 20% of AB column (raw 13)
No, because AI is less than 500
 
Upvote 0
How are you formatting column AX?
mr excel questions 27.xlsm
ABACAIAJAKALAMANAOAPAQARASATAUAVAXAY
1BidMatch TypeImpressionsClicksClick-through RateSpendSalesOrdersUnitsConversion RateAcosCPCROASCPAAoVAffordable BidsFinal Bids
21.2exact70710.14%4.2449.9922200.00%8.48%4.2411.792.1225101.08
130exact11521.74%12.9312.991150.00%99.54%6.46112.9131.30.036
T3as3r22
Cell Formulas
RangeFormula
AX2AX2=IF(AND($AC1="exact",$AB2<=$AR2,$AI2>=500,$AP2<=100%,$AQ2<=30%),$AB2*1.2,$AB2*0.9)
AX13AX13=IF(AND($AC2="exact",$AB13<=$AR13,$AI13>=500,$AP13<=100%,$AQ13<=30%),$AB13*1.2,$AB13*0.9)
 
Upvote 0
=IF(AND($AC$1="exact",AB13<=AR13, AI13>=500, AP13<=100%,AQ13<=30%), AB13*1.2, AB13*0.9)
This is the formula in AX13, basically I want the value in AX to be lower if any one of all value is not matching this criteria mentioned in the formula.
And that new value to be lower by 10% of AB13.
 
Upvote 0
Because -
AX13AX13=IF(AND($AC2="exact",$AB13<=$AR13,$AI13>=500,$AP13<=100%,$AQ13<=30%),$AB13*1.2,$AB13*0.9)
in this AQ13 is higher than 30%, I want AX13 to be reduced by 10% of AB13.
 
Upvote 0
sorry, i did not format column AB well, here is a better version. AX13 should be correct in this, the AND resolves to FALSE.
mr excel questions 27.xlsm
ABACAIAJAKALAMANAOAPAQARASATAUAVAX
1BidMatch TypeImpressionsClicksClick-through RateSpendSalesOrdersUnitsConversion RateAcosCPCROASCPAAoVAffordable BidsFinal Bids
21.20exact70710.14%4.2449.9922200.00%8.48%4.2411.792.1225101.08
130.04exact11521.74%12.9312.991150.00%99.54%6.46112.9131.30.036
T3as3r22
Cell Formulas
RangeFormula
AX2AX2=IF(AND($AC1="exact",$AB2<=$AR2,$AI2>=500,$AP2<=100%,$AQ2<=30%),$AB2*1.2,$AB2*0.9)
AX13AX13=IF(AND($AC2="exact",$AB13<=$AR13,$AI13>=500,$AP13<=100%,$AQ13<=30%),$AB13*1.2,$AB13*0.9)
 
Upvote 0
But that is what is happening.
And this is happening to all data. What I want is that if conversion rate is <= 100% and ACOS is <= 30% than bid to be 20% higher if not than 10% lower. How can I achieve this?
 
Upvote 0
sorry, i did not format column AB well, here is a better version. AX13 should be correct in this, the AND resolves to FALSE.
mr excel questions 27.xlsm
ABACAIAJAKALAMANAOAPAQARASATAUAVAX
1BidMatch TypeImpressionsClicksClick-through RateSpendSalesOrdersUnitsConversion RateAcosCPCROASCPAAoVAffordable BidsFinal Bids
21.20exact70710.14%4.2449.9922200.00%8.48%4.2411.792.1225101.08
130.04exact11521.74%12.9312.991150.00%99.54%6.46112.9131.30.036
T3as3r22
Cell Formulas
RangeFormula
AX2AX2=IF(AND($AC1="exact",$AB2<=$AR2,$AI2>=500,$AP2<=100%,$AQ2<=30%),$AB2*1.2,$AB2*0.9)
AX13AX13=IF(AND($AC2="exact",$AB13<=$AR13,$AI13>=500,$AP13<=100%,$AQ13<=30%),$AB13*1.2,$AB13*0.9)
What I want is that if conversion rate is <= 100% and ACOS is <= 30% than bid to be 20% higher if not than 10% lower. How can I achieve this?
 
Upvote 0
is this a different question?

.36% is 10% lower of .40.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top