Loop through excel data with powershell having a duplicate column
I'm having a very hard time for finding a solution for this. I'm having a excel sheet that looks like thisName actiontime actiommessageTim 23:45 purchased goods Tim 22:56 had dinner Tim 20:56 watched...
View ArticleManipulating Excelsheet with pandas or matplotlib
I'm new to Python so I don't know which is the best method to do the task I have to do.Basically I've got a Spreadsheet with my data; Date, Timestamp, and 6 columns with different particle counts in 6...
View ArticleIssue getting recurring meetings from outlook to excel in vba
I am working on a macro to get outlook calendar data to excel. For the most part it work, however I am not getting recurring appointments or meetings. I know from this Microsoft documentation that I...
View ArticleHow to match/move cells in column B based on column A [on hold]
I am using Excel 2016. I have a spreadsheet similar to the below image. How can I write a function to move cells at column B to equal cell in column A?As you can see I have data stacked on column B
View ArticleHow do I read all the .wav audio file in one folder using information from an...
Hi I have a question for Matlab programming, I want to ask if I am using Mac OS and I have placed all my audio files in the same folder as Matlab, how do I read all the .wav audio files? I want to...
View ArticleIs there a way to determine if a specific file exists somewhere within a...
We have a series of Excel workbooks that keep a running total of past transactions for each year. These workbooks each log past transactions, one per row, across 12 worksheets, one for each month....
View ArticlePage Setup Tools is Disabled - PrintPreview
I am running a spreadsheet that has a macro. Within this macro there is a Userform. This userform has a button that when pressed opens the print preview of data in a spreadsheet. When I execute the...
View ArticleSend e-mail automatically using excel
I'd like a help to finish this code.I have a table where I have accounts with respective dates. What I want is to send an e-mail when the date in the "next day column" is less than or equal to today...
View ArticleHow to select certain ranges for certain cases?
I am trying to have the user select a certain range (input, output, or p), and copy their selected cells into a new worksheet. I already have the latter half, but am having trouble creating a function...
View ArticleTrigger function in Excel after external workbook is updated or batch file is...
I have an excel workbook that uses a hotkey that launches a batch file, which launches a Node script, which updates a CSV file. Technical details on that are further below.The workbook uses the CSV...
View ArticleDate Differences
I need to create a dimension table from the current "Data Set" in order to be used in Excel and Power Bi. As for the moment the information has been saved in an excel workbook.I've simplified a...
View ArticleWeb Automation: Selecting Input From A Dropdown List
UPDATED HTML: I have posted the HTML fully expanded. I can sign onto the website just fine. Then, the first field I come to is a dropdown list. It has 173 elements to choose from. The element I need to...
View ArticleHow to copy/duplicate an UserForm
The problem is I've already created an UserForm and now I need another one with the same design and code. I tried to perfom the usual copy/paste with the UserForm selected but It doesn't work. In fact,...
View ArticleUsing VBA to set alias From account when sending emails from Excel in Outlook
hope you can help me out.I have a VBA script in Excel that, among many other things, sends an email via Outlook 365. Now, my primary email account (@outlook.com) has five aliases. These are not...
View ArticleFIll Down formula using VBA
trying to write a code that detects last available data in row from cell b2, and then write a formula that sums the row, puts the answer in the next blank cell after B2 E.G cell C2 and fills down to...
View ArticleHow to write robust code that will work on slower machines for resizing large...
I am working on an Excel application that creates reports from a inventory of data. This application is intended to be distributed to a large number of staff with potentially older/slower computers. As...
View ArticleTrying to create a userform in VBA that returns a set of values specified...
I have this set of hypothetical data in a worksheet in Excel.PhoneStoragePriceColoriPhone 32 GB 100 BlackGalaxy 64 GB 100 BlackPixel 64 GB 200 BlackI would like to create a userform that will be...
View Article.atomsvc file downloaded from an internet reporting site does not open in excel
No matter what I try, it doesn't seem to work. I have tried to import in both the powerpivot tab and the data tab. The closest I have gotten is an error stating: "The content of the data feed is not...
View ArticlePossible to limit number of rows/columns in a nested aggregation?
I have a pivot table in Excel: https://i.stack.imgur.com/k1974.png (StackOverflow won't allow me to actually embed a picture).This pivot table comes out to about 10,000 rows. While it is possible to...
View ArticleReplace folder if same name
I want to create a folder where I will save the files. If a folder with a specific name already exists I want to replace this folder with a new, empty one. Dont know what to do with this Else thing. Im...
View Article