Hi:
The following Macro
Sub blah()
Dim xlSort As XlSortOrder
i& = Me.Cells(Rows.Count, "A").End(xlUp).Row
With Sheet1
.Range("B2:AC" & i).Sort Key1:=.Range("B2"), _
Order1:=xlAscending, Key2:=.Range("J2"), Order2:=xlAscending, Key3:=.Range("K2"), _
Order3:=xlAscending...
Hi:
Not completely sure what you want here... refer to the yellow column in that attached.
Note:
- Array formula , execute by pressing Control+Shift+Enter
- I had constructed the formula in a different column, since you have circular references in your formulas, you may want to rethink the...
Hi:
If your incoming ticket column will not take any other format than what you have in your attached file, you can use the following formula.
=IF(A2="","",IF(ISNUMBER(VALUE(A2))=TRUE,"ABCDEF-"&A2,"ABCDEF-"&RIGHT(A2,LEN(A2)-SEARCH("-",A2))))
Thanks
Hi:
I have taken the easy way here, the attached macro will clear all the contents in In-house and Discharge tab and will copy and paste the contents from Master List based on the filters applied.
Thanks
Hi:
This Macro will filter for Discharge & In-house from Mater list , copy and move to respective tabs on clicking the button move. However, I have not incorporated the filter for new records as I am not sure about the criteria to apply there.
Sub TestDC()
Application.ScreenUpdating = False...
Hi:
One way you can do this is using "R-Code" in Power BI, here is a chart I created in reverse X axis using "ggplot". It is bit advanced power BI , but integrating R or Python with power BI will give very powerful custom visualisations.
Thanks
Hi:
Well, your one liner responses are not making any sense and have not given any peripheral information "I need help on edit macro. File is attached"
What does that even mean? Remember this is a free service so respect the individuals giving you the solution.
Thanks