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
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
Do you mean you're not interested in the other criteria in your formula?
 
Upvote 0

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
you get same result with just that criteria:
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
140.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)
AX14AX14=IF(AND($AP14<=100%,$AQ14<=30%),$AB14*1.2,$AB14*0.9)
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,956
Members
449,096
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