improve

  1. D

    Combine different cell content searches with equal outcome

    Im using this to search for content and clear the corresponding row. I need to use it for several different cell contents, not only the two i listed here and it s becoming chaotic. Is it possible to simply combine them? Would be amazing if there s a way to just list them somewhat like this: If...
  2. C

    IF statement returning incorrect value

    I'm in an NFL pool and use Excel to keep track of the scores. I also use it to experiment and improve my Excel proficiency. I have come across what I perceive to be an error. The beginning of the code, I look to see if a row# is greater than the maximum (max is in $AE$5 and equals the number of...
  3. VBE313

    Improve Calculation Speed

    Is it faster to have fewer dependencies and more columns or vice versa? Thanks
  4. K

    Improve VBA

    Hello, would you please improve the macro? The issue arises when I have numbers in both columns (A and B) in Debit and Credit. For example In Debit 1,000 and in Credit 1,200. So, in column A should be (200) after running a Macro. Sub MoveCredits_v3() With Range("A2:A" & Range("B" &...
  5. VBE313

    Other ways to improve user form speed

    I need some tips on how to improve the user form speed besides application.screenupdating, .enableevent, and .calculationmanual
  6. K

    Improve formula

    Hello, would you please help me to improve the following formula? .=-IFERROR(SUMIF(TB!$A$7:$A$10000,$B6,INDEX(TB!$C$6:$P$10000,0,MATCH($F$3,TB!$C$5:$P$5,0))),"") I need add one more MATCH cell $J$4, TB!$B$6:$B$2000. Thank you.
  7. W

    sumifs performance improve, same criterion and criterion range with difference sum range

    i have a number of sumifs formula with the same criterion range and criterion, like the following =sumifs(sh2!r2c4:r8000c4,sh2!r2c3:r8000c3,rc1) =sumifs(sh2!r2c5:r8000c5,sh2!r2c3:r8000c3,rc1) =sumifs(sh2!r2c6:r8000c6,sh2!r2c3:r8000c3,rc1)...
  8. C

    Do shorter formulas affect calculation speed performance?

    I have a spreadsheet which has many +COUNTIFS, +SUMIFs in a series. Example =COUNTIFS(A1:A100,"*Name*",B1:100,"*Title*")+COUNTIFS(A1:A100,"*Other*",B1:100,"*Other*")+COUNTIFS(A1:A100,"*Var1*",B1:100,"*Var2*")+ If I redo with something like this below, would this improve excel's ability to...
  9. K

    Is there a way to improve this code ?

    Merry Christmas to all! Is there a way to improve this code? Private Sub Worksheet_Change(ByVal Target As Range) Dim MyCells As Range Set MyCells = Range("B8:B16") If Not Intersect(Target, MyCells) Is Nothing Then Application.EnableEvents = False Application.ScreenUpdating = False...

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