Nested IF statement (IF that can do what I am expecting)

T3as3r22

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


In Column 'I' I would like to have the following.

=IF(A2<E2,IF(B2<500,IF(C2>50%,IF(D2<50%,IF(A2<I2%,A2*"1.25"),OR(A2*"0.90")))) - But this is not working. Missing something. Can someone please help?

TIA.
 

Attachments

  • Screenshot_12.png
    Screenshot_12.png
    8.4 KB · Views: 6
  • Screenshot_12.png
    Screenshot_12.png
    8 KB · Views: 6
  • Screenshot_12.png
    Screenshot_12.png
    8.9 KB · Views: 4
  • Screenshot_12.png
    Screenshot_12.png
    8.8 KB · Views: 4

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Please put into words what you are trying to do.
In Column 'I' I would like to have the following.
You refer to column "I" but did you mean J
What result were you expecting ?
This A2<I2% looks like it says the lettter I then 2% is it meant to be a 1 as in Twelve percent.

Here a guess.
Book1
ABCDEFGHIJ
1BidImpressionConversion RateAcosCPCROASCPAAoVAffordable Bids(Max)Value Here
20.4856200%0.35%0.48%289.580.4869.527.80.432
Sheet1
Cell Formulas
RangeFormula
J2J2=IF(AND(A2<E2, B2<500, C2>50%, D2<50%, A2<12%), A2*1.25, A2*0.9)
 
Upvote 0
Hi Alex,
Thanks a lot.
Sorry, I added one column in middle later and forgot to send that screenshot. But yes, this helped, twisted a bit as per my requirement and it worked.
Regards,
T3as3r22
 

Attachments

  • Screenshot_13.png
    Screenshot_13.png
    13.1 KB · Views: 5
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

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