finding values

  1. B

    A little help finding if a cell is populated or not.

    In the following code I"m trying to find out if column "A" has a value, if so then fill in the rest of the columns with data. What do I need to do? Thanks for your help. Worksheets("data").Activate If Range("a3", Range("a2").End(xlDown)).Value = True Then <------------this line is the...
  2. B

    Deleting rows not containing value

    I am trying to delete all rows until the macro reaches the row that contains "Loan Detail" in column A. I am using the following code, it seems to find the row but deletes it. I want it to delete UNTIL reaching that row. Any input? Sub DeleteRow() Dim F Dim MyValue MyValue = "Loan Detail"...
  3. R

    Need help to find all values of a column in another column

    Please see the screenshot below and suggest any formula. Thank you in advance.

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