offset range

  1. M

    dynamic chart using data in rows seperately

    I have a list created by reading data every 5 seconds (6 inputs at a time). I want these rows of data put on a chart one by one. I've done this for a short list using the record mode as I don't know a thing about VBA. however, the list contains over 500 rows of data. so loop would be solution...
  2. H

    How to use logical formula and retun back an array instead of just 1 cell

    Hello experienced and talented Excel people. Example. I am working for a company and I have segments, brands and variants. Example: Segment:Coffee, tea, chocolate Brands: coffee--> Nescafe, ground coffee Tea --> green tea, freshly cut leaf Chocolate ---> white, dark, 100 cocoa Variants...
  3. P

    Optimizing and correcting code

    Would appreciate very much if anyone could help with this code. It does not work at all. Also, it needs to work in newly created monthly worksheets - should it be in a module? Private Sub Worksheet_Change(ByVal Target As Range) Dim myRange1 As Range Dim myRange2 As Range 'MOVE ACTIVE CELL...
  4. G

    Add a constant number to the cell row references of a SUM function.

    Hello, I am looking for a way to increase the cell row number of a SUM function by 4 as I copy the formula. The SUM is across two sheets. The formula in my first cell (G7, on a sheet called '60 min') is: =SUM('15 min'!G7:G10) I want the formula to copy into G8 on the '60 min' sheet as...
  5. F

    Select range till last value

    I have defined list to select rows from A8 to last value in column A (but before A100) =OFFSET(sb!$A$8;0;0;COUNTA(sb!$A$8:$A$100);1) How to do exaclty the same, but select area like: A8:C100? When I did like: =OFFSET(sb!$A$8;0;0;COUNTA(sb!$A$8:$C$100);1) it's not working.
  6. mcclausky

    How can I create dependent & dynamic DropDown lists that start with a certain string?

    Hello, I would like to create 3 levels of dependent & dynamic DropDownlists (Data Validation lists) based on the following ranges: <tbody> LEVEL 1 LEVEL 2 LEVEL 3 1. ACTIVE 1.1. ACTIVE CURRENT 1.1.1. AVAILABLE 2. PASSIVE 1.2. ACTIVE NON CURRENT 1.1.2. ACTIVE EXIGIBLE 2.1. PASSIVE...
  7. M

    Trying to perform an action, move one cell, and do it again

    I am trying to get a macro to perform an action which finds the maximum value in one cell that translates to a minimum value in another cell. The macro works for a single cell (see code below), however, when I added in a for loop, it sets the first value to zero and then stops running. The part...
  8. M

    Excel VBA: How to “offset” multiple ranges

    I'm looking to offset multiple ranges Example: [Ctrl + F] Using Find function, find all cells in Column A that = "XYZ" (Select All) Then offset the active cells (all selected/found) 5 places to the right [.Offset(0,5)]
  9. I

    How to update the value in an OFFSET cell

    Hi, I have Sheet1 which has following data: <tbody> A B C <tbody> a, b, c, d </tbody> =FindCount(A1) </tbody> In the VBA-Project, I have a Module with following code : Public Function FindItemCount(LinkedItems As Range) On Error Resume Next Dim tmpItems, curAddr Dim indx As...
  10. S

    Automatic update of chart using offset or vba but with hidden columns

    <tbody> A B C D E N O P 1 Month Jan'13 Feb'13 Mar'13 Jan'14 Feb'14 Mar'14 2 Assets 32 31 30 29 29 27 3 Equity 4.3 4.2 4.3 4.1 4.3 4.3 </tbody> I have a table as above and have created a bar chart that compares 3 months of 2013 with 3 months of 2014. The values of Apr'13 thru Dec'13 are...

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