xresult

  1. trishcollins

    Concatenate array elements based on search results of a single cell

    I have a table with a column named "Description" and another column "Tags". I have a named range "tag_data" that lists all the tags I want to search for in the description, and then concatenate the tags into the Tag Column: I am using a function I named ConcatenateArrary based on a...
  2. NessPJ

    VBA: If Cell contains #N/A delete selected range

    Hi guys, I've been fiddling around with a routine where i like to look for #N/A values in a selected range and if it is found delete a range of Cells on that row. So far i've tried searching for String and Error values but i'm probably doing something wrong: LastRowATImpShtResult3 =...
  3. M

    VBA Help

    I have a VBA that create a custom Vlookup code, but whenever it generates a line at the beginning of the result. Can anyone help me? Function MYVLOOKUP(pValue As String, pWorkRng As Range, pIndex As Long) 'Update 20150310 For Each rng In pWorkRng If rng = pValue Then xResult =...

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