tweak

  1. M

    Tweak code - filter multiple sheets

    I have this code which works, but I need to finesse it; Sub filtersheets() Dim xWs As Worksheet On Error Resume Next For Each xWs In Worksheets xWs.Range("b4").AutoFilter 2, Sheets("total").Range("C1") Next End Sub What I want to change; - if C1 contains "ALL" it unfilters - any change to...
  2. F

    Tweak formula to add another criteria

    Is there a way I can tweak this formula so it looks at both the teacher and the subject? I've tried adding AND, adding IF (sub=$a4... at the beginning of the formula but doesn't quite work. {=IFERROR(INDEX(Cls,SMALL(IF(Teach=Sheet4!$FV4,ROW(Teach)-ROW(INDEX(Teach,1,1))+1),1)),"")} All help...
  3. M

    SumIFS tweak

    I have a formula using SUMIFS function to get a total sales amount based on three criteria from a different master workbook. It works only when the master workbook is open otherwise it gives me an error "#VALUE". Is there any tweak to make this formula works even if the master workbook is not...
  4. S

    Modify a Formula to Include an OR statement

    Hey All, I thought this was an easy tweak, but apparently not so, atleast for me. Must have something to do with how excel is dealing with thearray formula, so hopefully someone else has a better understanding. This is my current formula...
  5. J

    Rolling Average

    Hello all, I have posted here before and you all have been really great in helping me out. I have a spreadsheet dashboard that I am trying to tweak. in one of the cells I have the following formula: =AVERAGEIFS('DAILY VALUES'!I2:I5200,'DAILY VALUES'!A2:A5200,">="&MAX(IF('DAILY...
  6. N

    Formula tweak

    Currently, I have the following formula which is working perfectly... =INDEX('Sheet2'!A:CG,MATCH($A$89,'Sheet2!$C:$C,0),MATCH('Sheet1 '!$G$89,'Std Values'!1:1,0) Now the only problem, is if the output from this above formula returns zero, I would need the next value in that particular row...
  7. C

    Change duplicates with VBA

    Hi all! In excel I have created a standard order template that should be used to create standard read-in files. I have managed to set up the standard read-in file with VBA, but I am stuck on one of the steps that must be taken in the preparation of the data. Sample: https://ibb.co/dh48uH...
  8. L

    Formula help

    Hi, Good Morning! Need you assistance to tweak this formula to work. Formula in CELL B8...
  9. D

    Eomonth Formula Help

    Ok I have a column of dates and in cell A9 my formula reads as follows EOMONTH(A8,1). A8 has the date 11/30/2016 and the formula is bringing back 12/31/2016, but the last day of December in 2016 was 12/29/2016. Is there a way to tweak my formula to bring back the correct day end of the month...

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