string conversion

  1. T

    VBA Extracting Date from String

    Hello, I am creating a macro that regularizes file names and I'm having difficulty assigning the dates within filenames to a variable. The file names look something like this: "Grants Report S-17, First Response, dated 3-14-2015" Alternatively they might look like this: "3-14-2015 1st...
  2. M

    How to evaluate dynamic string expression, to formula

    Hi there, based on a serie of input values in cells in range $E$4:$E$8 and in a serie of auxiliar booleans ($F$4:$F$8)that are funtions of the input cells, i generate a string expression using the following formula: ="SUMPRODUCT("&IF($F$4=TRUE,"(Data!$C$3:$C$20000='Retention...
  3. S

    Split Text into 1 Column from String

    Hi guys, I'm trying to extract the first and last name from the string below into a Cell. <tbody> https://websitename.com/tour#/first-last?p=237 </tbody> I tried the following function "=RIGHT(C2,LEN(C2)-SEARCH("bands/",C2,1)-5)", but only getting "first-last?p=237". Is there a way to get...
  4. S

    VBA code to merge weekly spreadsheet with main spreadsheet

    I have an excel sheet that our research lab uses to update our mouse colony. In addition, every week a veteranarian emails a list of new mice that they numbered for us I would like to take the information from weekly email spreadsheet and have a macro button on the main sheet to open the...
  5. L

    Katakana to hiragana VBA

    Hi all! I have an excel file where I have to change Katakana characters to Hiragana. I've been using StrConv + vbHiragana for some time, however, it is really slow since I am using it in a range for a 1000 rows (two times). After searching around, I've found the following code, which seems like...
  6. C

    Converting Poorly Entered Time String into Time Value

    I have a dataset of times entered (incorrectly) in the format "10:32am" that I need to convert to sortable, graph-able time values. The best I've come up with so far is manually breaking the string apart and building it back together as the correct format, but it's not registering as a time...
  7. J

    Convert string to function

    Hi everyone I am trying to write a userform where I can change the data field functions for all fields in my pitvot table but I have a problem because I want to pass a function to another function. However I do not know how to convert a string to the function name passed to the second function...

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