beta

  1. I

    Range with variables

    Hi all, I have variable alfa, which contains number of last non-empty cell from column A from Sheet2. Following code works fine. Worksheets("Sheet1").Range("B30:B" & alfa + 28).Value = Worksheets("Sheet2").Range("A2:A" & alfa).Value I would like to have next variable (called beta) also in...
  2. M

    Excel VBA - Copy Data to Blank Rows After Blanks Rows Inserted Between Data?

    I am looking to see if anyone might have a macro for data that has blank rows inserted between data? For example beginning with this: <tbody> Column_A Column_B Column_C Column_D Colum_E Row_1 ALPHA APPLE ABC Row_2 BETA ORANGE DEF Row_3 GAMMA KIWI GHI Row_4 DELTA COCONUT JKL...
  3. A

    Find the closet value

    hello, I am looking for the excel function to find closet value from "Answer Column" from below table, where answer row should satisfy all given conditions from Input area. DATA Table - <colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>...
  4. D

    Extracting hyperlink address in column of interest

    I am trying to extract hyperlink address from one column to a column of interest via inputbox. Find below my code Sub ExtractHL() Dim HL As Hyperlink Dim alpha As Integer Dim beta As Integer On Error GoTo ErrHandling alpha = InputBox("Column number to paste hyperlink addresses", "Your Input...
  5. M

    sum a column based on 3 other criteria match

    Hi! I have a table where I have 4 columns (3 criteria and 1 value to sum if the criteria are meet), but I need that the value only sums at the end of the match (so it will only be shown ones that are "true" and empty when false) <tbody> criteria 1 criteria 2 criteria 3 values to sum wishing...
  6. E

    match and return column headers

    <tbody> Find Return 2 0 Header1 Header2 Header3 Header 4 Header 5 hotel Header2 alpha beta beta alpha beta Header4 beta charlie echo hotel golf hotel </tbody> copied this from somewhere but can't...
  7. S

    Excel SUMIF with INDEX and MATCH

    I have a set of data that looks like the attached table. I want to be able to sum all the values that fall under the Alphas, Betas, X-Rays etc. for a particular specimen. I suppose the SUMIF function with INDEX and MATCH should work, however i am unable to put the formula together. Any help...
  8. M

    fitting excel data with normal curve

    Hi, I have a graph of data, and when I put this into a chart there is the option to fit the data to a curve. The options are Linear Exponential Polynomial These are OK, but the problem is that I have a curve that is most closely resembling a "Beta" distribution. Is there any way to fit the...
  9. V

    Need Help With VBA to Copy Active Cell Address to Range Variable

    This is my first post, but I have used code samples from this site for many years. My trust in the code I have "borrowed" has encouraged me to become a member and learn to create my own code. Many thanks to all! Excel 2010, MS Windows 7 Pro. I want to copy the address of the active cell to...
  10. Nelson78

    Copy and paste columns

    Good morning everybody. I've my workbook with a sheet named "One" with four columns, "Alpha", "Beta", "Gamma" and "Delta". Another sheet is called "Two" where you can find a lot of columns among which "Alpha", "Beta", "Gamma" and "Delta" that could change their position every day. Now, I need...
  11. S

    Macro for Grouping Rows

    Hello! I have about 10,000 rows of data that I need grouped based on certain criteria and I am trying to figure out a way to group them without doing it manually. Below is the sample data and the groupings I am trying to achieve. Any help is much appreciated! Thanks!!! Total Data <tbody>...
  12. D

    Automatic array determination upon criterea

    Hi, I have been looking ages for this solution in order to complete my thesis. I have a dataset with daily stock prices of many firms. The firms however are listed under each other, and therefore I need to determine the array upon a critera. For my first BETA calculation, i have used the...

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