I have a pivottable that uses MS QUERY to relate three tables: COST TABLE, REVENUE TABLE, and a relating table between the two. They relate 1-to-many with EACH Revenue Item (potentially) containing multiple Cost Codes (and by relation cost amounts).
I am hoping that it is possible to create...
I have daily data on Sheet1 containing many columns including a "period#" column and a "date" column. Sheet2 contains a table of ~monthly periods (1-24 so far) that have variable start-end dates in adjacent columns (three columns: period #, startdate, enddate). I would like to find a function...
I am pasting a range into a word document from an excel range after running autofilter (from VBA) on the range.
Worksheets("Sheet1").Range("YourExcelrange").AutoFilter Field:=2, Criteria1:=chosenValue
YourExcelrange.Copy
YourWordDocument.Bookmarks("YourBokmark").Range.PasteSpecial
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.