r.offset0

  1. K

    AdvancedSearch module to search for more than 1 word?

    Hello, first time posting...I borrowed a bit of code to create a search box in cell B1. This allows me to search in the Range for a keyword, and it returns matching rows. I would like to know how to expand this, in order to search for two or three keywords. Thank you! Sub...
  2. J

    Looping through cells that are blank but have formula ?

    Hi, having trouble with this one basically i have a column (J) of cells with the following formula =IFERROR(INDEX(B2:$B$10000,MATCH(I2,F2:$F$10000,0)),"") and i want to write values into all the cells that are blank something like: Sub test() Dim r As Range For Each r In Range("J2:J10000")...
  3. T

    Evaluate Concat Formula: Help getting "." delimeters inserted

    I have the following already performing the concatenation of the columns I need, and its working flawlessly, however I need to insert a period "." in between each concatenated item (addresses) but I'm new to Evaluate & having difficulty. Every time I try to put & ""."" & it gives me a #Value...
  4. S

    Excel VBA Array question

    Below is my code to take a range and place onto another sheet. What i'd like to do is to put the range in an array, and then do the calculations in the code, rather than just copying the range from one range to another. The code below works, but i'm relying on the calculations from the...
  5. M

    VBA Excel Problem

    Hello all, I'm new here and need a bit of help please (new to VBA Excel) I'm trying to get the following code to work but cant work out how to go from one stage to the next Private Sub Worksheet_Change(ByVal Target As Range) 'First name entry (cell D), time & date auto entered (cell A & B)...

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