conditional statements

  1. J

    Userform: If Statements are not working correctly

    Hello, I'm new here AND new to writing code, so I'm not even sure how to word my question, but I'm stuck and need help. I have a large database and userform. Data which includes (but not limited to) 1. Quickbooks file name = Txt_QB_File_Name 2. Full Name = FullName (as variable)...
  2. S

    Conditional IF statements for merging multiple datasets

    I am trying to join two datasets (csv format) by using conditional if statements. First dataset is accident information which does have a unique id (caseno) and the second dataset is roadway information which does not have a unique id. To join the accident file to the road file, I have to match...
  3. K

    Loop through rows in table, if statement with multiple conditions

    Hello, I've been searching and trying to piece various posts together to get my code to work but it just won't. It seems like it should be simple but alas, my very inadequate code skills are not helping me out. I am trying to write some code that will loop through all the rows in my table...
  4. D

    Help Me Evaluate This Value In My UserForm

    I am not sure why this is not working, but my objective is to simply evaluate the following: If Me.Ncb.Value (the value from my userform) is present then MyIMPBucket = Me.Ncb.Value MYHCDBucket = Me.Ncb.Value Private Sub Ncb_Change() If (Me.Ncb.Value) Like "*" Then MyIMPBucket =...
  5. H

    Question Pertaining to Conditional Formatting

    Hello community! This is my first question~ I am trying to highlight an entire row if the data corresponding to that row in the column I created for "Percent of Profit/Cost" is over 50%. So basically what I have done is gone into Conditional Formatting---> Formula is =F$13>=.5 and then...

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