not working

  1. T

    SumIF not pulling all numbers from referenced data

    I have a SUMIF that is pulling a 10 digit number (6100089103) there are 4 of these numbers that are very similar, replace the last number with 4, 5 and 6. My SumIF is Summing all 4 numbers even though they are not the full number I'm wanting it to pull. Here is my formula: This is a...
  2. X

    Help fixing a code

    Hey mr excel i'm atm working on this code: If Sheets("Counting").Range(i, "R").Value = Sheets("Overview 2014-4").Range("Q1").Value Then Sheets("Counting").Range("S:W").Row.Copy Destination:=Sheets("Overview 2014-4").Cells(Rows.Count, "Q").End(xlUp).Offset(1, 0) End If First part...
  3. X

    Why does this code not work?? VBA

    I have some trouble with this Code, and i don't know why it's not working?? If Sheets("Counting").Cells("R4").Value = "Amount 2014 - 4" Then Sheets("Counting").Range("S4:W4").Copy Destination:=Sheets("Overview 2014-4").Cells(Rows.Count, "Q").End(xlUp).Offset(1, 0) End If i get...
  4. A

    Auto save/ AutoRecover Working Inconsistently - please help

    Using Excel 2013. I have used the autosave function frequently. I know to go to File->Options->Save and enable. -Boxes for for "Save autorecovery" every 10 minutes and "Keep last autosaved version if I close without sending" are checked. -Autorecovery file location...
  5. J

    Slicer & Value filter not working (not retaining selected values)

    Hello, Although I've used this forum for years to help me out with several challenges, this will be the first time I actually post a question :) I'm using a PowerPivot table to run a dashboard for production data. In the dashboard are several slicers. The dashboard is has been successfully...
  6. S

    Table reference in formula disappears after workbook is closed

    Hi I have been googling and googling for a long time now but cannot find any other with the same issue as me. I have a table (tCableData) with a lot of columns. I'm then doing some lookups in this table to use data from this table on other sheets. I insert a formula like this (in another...
  7. T

    VBA Code stops executing, but doesn't throw errors

    Hi everyone! I'm writing some code to delete hidden rows in a spreadsheet, and it is not working... The worksheet I'm trying it on has a Table (the kind with [@ColumnName] references), which I filtered to show only some rows that match a condition. The others are, of course, hidden. If I run...
  8. S

    Conditional formatting not updating

    Hi I have searched all over the net and found a few threads with the same issue but not one with a solution. My issue is I have conditional formatting controlling if dates should be printed in: mmm, yyyy og dd etc. (for a gantt chart)... this could of cause also be solved by writing a formula...
  9. G

    Microsoft Date Picker 6.0 and Month View SP6 not on everyones EXCEL - My Macro therefor wont always run

    Hi I am completely new to Excel, but have so far managed to set up a date picker Macro using the Microsoft Month view SP6. However initially neither the Date picker SP6 nor the Month View SP6 controls were available. I had to track them down online and install. However I was disappointing to...
  10. J

    VBA was working in excel 2003, not in excel 2010

    The following code was used to create a chart in excel 2003, but doesn't seem to work in excel 2010? When I run the debugger, the line in red below is highlighted. I am a new user of VBA, please help! Sub TraceXYMulti() Dim myCht As Chart Dim mySrs As Series, Isrs As Integer...
  11. M

    Hyperlink to Hidden Sheets Not Working

    Hello all, I'm currently making an excel spreadsheet that acts as a "dashboard" to useful information. It currently contains over 200 worksheets and I would like for all of them to remain hidden unless a hyperlinked object is clicked on the "Main Menu" that opens them up. Excel will not open...
  12. S

    Sorting By Custom List

    I am using MS Excel 2010. I have created a custom list with the following data in this order: CY2010Q1 CY2010Q2 CY2010Q3 CY2010Q4 CY2011Q1 CY2011Q2 CY2011Q3 CY2011Q4 CY2012Q1 CY2012Q2 CY2012Q3 CY2012Q4 CY2013Q1 CY2013Q2 CY2013Q3 CY2013Q4 I have selected the entire worksheet by clicking the...
  13. F

    Macro works in VBA editor but not in Excel

    Hi All, I have quite a long Macro which is a little rudimentary. I've been using it for years but have now made some changes to the dates on the sheet to update it ready for this financial year. If I run the macro from within the VBA editor it will execute fine and do everything I need, if I...
  14. O

    Experts needed! Macro to FTP a file and overwrite existing if needed

    Hi All. I'm trying to create a macro that will upoad a .csv file to a folder on my website. I found loads of different version of code to do this and I can't get any of them to work. I admit right here that I am only as much of an expert in this as Googling for 4 hours can make you... so not...
  15. D

    ListBox Click event not working

    I currently have a set of ListBox controls on a worksheet tab. They are all configured as multi-select and i have the values populated via the ListFillRange properties. Each listbox has an '{All}' option; when the user clicks on this value I want to de-select all other previously selected...
  16. K

    Same formula works in one cell but not another....

    Hi everyone, Wonder if anyone can help. I have the below formula which works fine. =SUM(IF(YEAR('Fixtures & Fittings'!$G3:$G65536)=INDEX!D$17,'Fixtures & Fittings'!$I3:$I65536,0)) However if I copy the formula into another cell it doesn't work? It is exactly the same formula but doesn't...
  17. M

    Undo Not Working

    Hi, In one of my workbooks the undo function has stopped working. Additionally I can not copy and then insert rows/columns. The workbook has no event macros, or any other code to speak of. These functions work correctly in other workbooks. Does any know of a possible cause/solution? I am...
  18. A

    Why isnt this working anymore! Argh.

    Hello All, I have been using the following sum to calculate the amount of money spent between two dates. =SUMIFS('data'!$AD$2:$AD$184,'data'!$Z$2:$Z$184,">="&A4,'data'!$Z$2:$Z$184,"<="&B4) In coloumn A is the start of the week (date) and in coloumn B is the end of the week (date). I have it...
  19. C

    New to VBA, why won't my function work all the time?

    Hi folks, So im just learning VBA and i thought i could use it to replace one of my more complicated formulas. So basically what this does is calculates the mark to market of various contracts depending on type, pipe, and date. It ran fine for a while and all of a sudden i'm getting gaps...
  20. A

    Audit Tools Greyed Out (Trace Dependents, etc.) Excel 2007

    Hi All, Very frustrating problem: the trace audit tools in my worksheet are all greyed out for some reason (trace precedents, dependents). The worksheet is not protected. It does have probably a couple hundred Index/Match functions throughout the book. I've seen people give suggestions...

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