exempt

  1. S

    Create Multiple Worksheet_Change

    Hi, I have the following code: Private Sub Worksheet_Change(ByVal Target As Range) If Range("a15").Value = "Exempt" And Range("F6").Value = "Exempt" Then Rows("19").EntireRow.Hidden = True Rows("21").EntireRow.Hidden = True ElseIf Range("a15").Value = "Exempt" And...
  2. C

    Using IF statement with AND to extract 3 Solutions

    Ok so I have a Health and Safety utility I am creating to determine if a formal accident report is needed. I have: F3 = First Aid = yes or No G3 = Medical Attention = yes or no H3= Modified work = yes or No Here is what I want my formula to say: If F3 = yes and G3= no then return...
  3. A

    VBA - Hiding columns

    Good afternoon. I would like a macro whereby if D3 = "Exempt", column I disappears. Thanks.
  4. H

    Conditional Formatting or Logical Test ot Vlookup and IF

    Hi Guys, I've been stuck on something for a while, hoping somebody can help. I seem to have lost it but would really appreciate some help. I'll try to explain as best as I can. I have 2 sets of data on 2 separate tabs. For instance. Tab1: Name | InHere | Exempt | NotHere Tab2: Name | InHere|...

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