ideas

  1. S

    number format

    Hi there, I received a file from a partner in poland and the values in their report are displaying as the following: QTY Buy In Unit Price Amount 2 173,599,999,999,999,000,000,000,000,000,000,000,000...
  2. E

    Formula returning wrong column

    Hi all, i have the following formula =IFERROR(LOOKUP(2,1/(($BJ$3:$BJ$5002=C5)*($BK$3:$BK$5002=I5)),BO5),"") Which should return the contents of BO5 but infact returns BR5 ? Any ideas why this would be? It works fine if used on row 3,4 etc Thanks for any help
  3. W

    Export Sheet info

    I would like to be able to highlight, copy and paste to a new sheet "New C#'s" via a macro, automatically selecting all rows from column a thru P. The sheet is in a table format and the results would be filtered. I can not seem to get this to work. Any Ideas?
  4. F

    Find value and remove/delete

    I'm trying to figure out how to remove a value from a list using VBA, i have a name range for input, what ever is captured in that cell should automatically be deleted/cleared from worksheet 2 - column G any ideas on how?
  5. merryperson

    Month from a date

    I have a field which is supposed to be a date field containing dates as like 24 June 2018, 19:30. I have tried many formulas to try and get just the month I.e June into a new cell. Any ideas?
  6. Z

    SUM IF with Dynamic ranges

    Hello, I am trying to add dynamic range and sum_range to sumif. Sumif it's not showing any error, just showing a blank result. Any ideas??
  7. 4

    Counting number of cells with a divisor of 6 in a row...

    I'm trying to use a formula to count the number of cells with a divisor of 6 in but I'm having trouble.. I've tried =SUMPRODUCT(--(MOD(F11:J11,6))=0) but it doesn't seem to work - any ideas??
  8. O

    I am trying to use a macro to refresh data from another excel file but I keep getting an error. Any ideas why?

    Hello, I have 6 Excels files. I am using one file as the main file, and the other five I am using as data connections for the main file. My code is as follows Sub DataRefresh() Dim wkb as Workbook Set wkb = Workbooks.Open("filepath") wkb.RefreshAll (This is where the debugger says the error...
  9. K

    Formula?

    Hi all, I am setting up a calendar / planner on excel at the moment and I need the exact same text that I have typed into the first sunday cell to repeat on each every other sunday cell but at 9 weekly intervals. Anyone any ideas? Much Appreciated
  10. S

    Log off my neighbor system in office

    Hello All, I was trying to Log off my colleague system using vba. Can any one suggest me with code or ideas. Thanks, Sasidharan
  11. C

    Ideas for timetable

    hello I'm looking for ideas for a weekly timetable to my company. timetable is edited every week, there are 5 workers, each one of them has own line colour, I made a hourly grid where his colour showed his avaliability but in my opinion it becomes chaotic. Next, filled in colours table goes...
  12. M

    Excel returning wrong logic

    I have a simple formula X>X where the values of X are decimal numbers returned from an API from CoinMarketCap (cryptocurrency prices). Excel is telling me that .0001 is greater than .0002 I tried using the max formula too and that worked for some cells and not for others (no pattern to this)...
  13. G

    If statements

    Good morning, I would like to know how to write an IF statement that is capable to do the following: =IF(C3:I8)(Sheet1) contains "5229" then copy A3 of same row(Sheet1) and paste to (Sheet4) B2 Any ideas? ;)
  14. S

    Recalculate percentages

    Hi, Not entirely confident this is possible, but here is my situation. I have 6 cells with percentage values in, I have hard typed these values in. What I want to do is to be able to adjust one percentage value and the other 5 percentage values automatically update but keeping the...
  15. J

    Compare same column on 2 sheets

    Hi, I am trying to see if the data in sheet 1 is also in sheet 4 I have used the following code =ISNUMBER(MATCH(A2,Sheet4!A:A,0)) then drag this down to the last row I then filter out the "TRUE" rows and should end up with the correct answer But the answer it gives cannot be correct as sheet...
  16. T

    Macro To Stop me from using dates that are already in use?

    Hi Everyone, Not sure if this is possible, but hoping for best ideas. I have a sheet I input Start dates and end dates into for my projects Because one of my superpowers is not Duplicity I can only be in one place at a time but sometimes my brain forgets that! So Simplisest solution when i...
  17. C

    Allow Groouping does not work on VBA sheet protection

    I'm tring to allow users to group ungroup, the code below won't let them use this function. Any ideas? Thank you. Sub protectall() Dim ws As Worksheet For Each ws In Worksheets ws.protect AllowFiltering:=True, AllowUsingPivotTables:=True ws.EnableOutlining = True Next ws End Sub
  18. R

    Get Enable contect button in stead of Update links

    Hello I am using office 2016, and I want to know is there a way to disable the annoying pop up when you open a file that has links I want to get rid of this: https://imgur.com/a/ilt9U And have only this: https://imgur.com/a/axifr Any ideas ? Thanks
  19. W

    VBA getElementsByClassName .. Innertext

    Hi, I am successfully able to pull text from a section of a web page into a string variable, but I seem to be limited to ~1016 characters. Any ideas what might cause this? Thanks.

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