#ifstatements

  1. L

    IFS and NOT BLANK

    My formula is not working when fields are NOT BLANK. I would like to have it say company append if Either column T or AM are NOT BLANK and A is 'highrisk' or 'mediumrisk' and I would like it to say unknown if both column T and AM are blank
  2. L

    Need help with IFS function for a field that is NOT BLANK

    Here is the formula I'm using: =IFS((A2="cleanse"),"Contact Append",(A2="enrich"),"Contact Append",(AND(A2="*",OR(AM2="highrisk",G2="mediumrisk"))),"Company Append",(AND(AM2="",OR(A2="highrisk",G2="mediumrisk"))),"Unknown") The section I'm having trouble with is...
  3. L

    VBA change IF EQUALS statement to IF CONTAINS

    I'm trying to turn this IF EQUALS STATEMENT TO an IF CONTAINS STATEMENT...I know i need to use INSTR but i can't figure out the full logistics..see code below...i need to change the part that says If Cells(i, 2) = idmtitle Then Sub finddata() Dim idmtitle As String Dim finalrow As Integer...

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