referring

  1. W

    Sourcing the variables for a formula from other cell values

    Dear Excel community Is there a way to source the input for a certain formula from other cell values? For example: cell A1 = "tab1"; cell A2 = A1; and cell A3 = Q1. Instead of writing =sum('tab1'!A1:Q1), I am looking for a way to express the same formula referring to the values/text in cells...
  2. D

    table not properly filling formula

    im trying to insert a table in a specific range (b10 to bb11)....when I try to add to the table by typing something in b12, the referernces are messed up...eg W12 should be referring to b12, but instead references b13. yes, i removed the header row and Excel did make a warning about formulas...
  3. T

    How to VBA Autofilter remove ranges so it is dynamic

    ActiveWorkbook.Worksheets("Sheet2").AutoFilter.Sort.SortFields.Clear ActiveWorkbook.Worksheets("Sheet2").AutoFilter.Sort.SortFields.Add Key:=Range _ ("AB1:AB97515"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _ xlSortNormal With...
  4. T

    Can you get the workbook name that a range refers to in VBA?

    I had a VBA debugging problem that i finally solved with difficulty. Along the way, i wanted to find out what workbook a Range object was referring to, but it seems that Range does not have a Workbook property. So, i wanted to verify that, and ask if there is any way i could have gotten at the...
  5. M

    Help referring to a sheet when I don't know the name of it

    In my workbook, the names of some of the worksheets sometimes change. However, the sheet "numbers" never change. I need to assign the name of a particular sheet to a variable, so I can refer to the name later on in code. I figured out how to do it, using this: Dim NameOfSheet As String...
  6. A

    VBA Error With Using A Named Range In A vlookup Formula

    Please consider this following simple code: Private Sub uf1cbx1_operatorini_Change() 'populate uf1lbl1_name uf1lbl1_name = Application.WorksheetFunction.VLookup(uf1cbx1_operatorini.Value, ufrng1_staff, 2, False) End Sub When the user changes the value in the combobox...
  7. A

    Curly Brackets but not an array?

    Hi I've been given a spreadsheet to work through and there's a formula that I've never seen before. It's =IF(SUM(COUNTIF(E3,{"*M*","*T*","*W*","*F*"})),"O","") The curly brackets are there whether Ctrl Shift and Enter is used or not. The only time I've seen curly brackets are for arrays...
  8. L

    Referring to another forum for help

    Hello, Is it okay to refer to another forum to get some help? Thank you
  9. E

    How to restore delete object

    Is it possible to UNDELETE object like TextBox1 since I have other codes referring this object and do not want to add a new one !?:confused: Thanks.
  10. F

    Duplicate a formula in the bottom cell but changing the other cells references with the new row's ones?

    If I have column A and B and I have an IF formula with 64 nested conditions on A2, referring to the exact value (alphanumeric) of A1, how can I have this formula on B2 referring to B1 without changing every reference manually? I can just do find and replace on any text editor, but I need this to...
  11. sdruley

    Keep Getting this Message that Stops my Program

    https://www.screencast.com/t/xO9c1xi7M9D Is there any way to stop this from popping up while I am running my code? The Immediate window is empty and there are no lines of code referring to Debug.Print. Using Excel 365 and Windows 10 64 bit. Any help would be greatly appreciated.

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