Unix timestamp from csv gives me the same date, although different values
I have a csv file with some columns, like date and time. The date is a 10 digit format, unix format from what i read online. examples are: 1567285228,1567285348, 1567371053.I found that I can use the...
View ArticleExcel Table Formula Range Incorrectly Incrementing when Pasting New Data
I'm using Excel 365 on a Mac. My spreadsheet contains a table with three columns: Name, Formula 1, and Formula 2. Name is a constant that gets pasted from a dataset. Formula 1 equals =ROWS($B$1:$B1)....
View ArticleSub into a private sub and
I have written a macro which does as I need with respect to output. However, it would be ideal to have the command button to present itself immediately when I open up the workbook. I assume I need to...
View ArticleCannot write to Excel worksheet with valid date format with Pandas
The background: 1, used Python to execute the SQL and saved the output into DataFrame format using Pandas.2, appended the output to my existing excel file as one new worksheet. Below is my code:from...
View ArticleRemove item from multiple comboboxs once selected
Hi all I searched on multiple forums and wasn't able to find the method to do what i want: excel 2016I have 20 comboboxes on a userform that when the user form activates, populate the same list rows...
View ArticleMS Access writing to Excel over multiple minutes will sometimes throw a false...
I'm someone who solves problems by looking, not asking. So this is new to me. This has been an issue for years, and it crops up with different computers, networks, versions and completely different...
View Articleis there a way to fill a new cell in a column from a worksheet that is...
I'm pulling data from a webpage into a worksheet, from that worksheet I'm displaying some data from specific cells and also using the data in a formula. I want to add the refreshed cell data to a...
View ArticleFill column B with column A
So, I have two columns. Column A has content with <> tags and Column B has content with [].1 <hi> [hi] 2 hello bye 3 </hi> [/hi] Column B has a filter on top and both columns are...
View ArticleLaravel URL in Excel Spreadsheet redirects to home page
I am using the an auth-library https://github.com/jeremykenedy/laravel-auth . I inserted some internal URL into an excel using phpspreadsheet. The URL uses GET request to return a view with some data....
View ArticleReferencing dynamic external tables from names stored in a cell VLOOKUP
I have several workbooks containing a series of different ID's that I want to validate by comparing them to their source IDs. These source ID's are also stored across several workbooks, each contains...
View ArticleUtilising varying amounts of cells for series of calculations
I am trying to account the value of a certain amount of grain coming in and out of storage based on the amount of fees. The grain is stored in a lump sum. I am trying to calculate the value/tonne of...
View ArticleDividing a column into N equal groups by value
Say I have a column with values:23 24 25 66 67 84 81 85 I want to divide this into N groups, say N right now is 4.23,1 24,1 25,2 66,2 67,3 84,3 81,4 85,4 I actually need to divide around 30k sorted...
View ArticleVBA How to use FindWindowEx when have Windows Handle
I have looked over the numerous "similiar questions" that pop up when you submit a question but unfortunately none of these fit my problem, plus they are all in c++ or c#.I foundthis and it has helped...
View ArticleSplitting a string and capitalizing letters based on cases
I have some column names with starting coding convention that I would like to transform, see example: Original Target ------------- -------------- partID Part ID completedBy Completed By I have a...
View ArticleHow to copy a data row from column A to column B, between each data row
Good afternoon,I have a column A, with descriptions in Portuguese, row by row: and a column B with the translations in English. I'm trying to insert in column B the translation in Portuguese under each...
View ArticleExcel-VBA Count variable substrings in a string
I am using Excel VBA to validate the accuracy of a string. I need to make sure a variable substring is not duplicated. I have used a bulky ElseIf method, but it is missing instances where more than one...
View ArticleHow to paste selected items from a list box in VB.net to excel sheet?
I have a list box populated from SQL database, I would like to export the selected items from the list box to an excel sheet. What I can't work out is how to past each selected item from listbox in...
View ArticleExcel COUNTIF with conditional formatting
I have one sheet (Attendance Sheet) where I have entered attendance of employees manually.Now there are a few conditional formattings applied on the sheet. For example:If someone enters the office...
View ArticleIs there a way to ask an IF inside of an IF using numerical equations in excel?
I have been trying for a while now and cannot seem to get my excel formula to work. Examples online show me how to display a result for the IF statements using letters or sentences as results but I...
View ArticleLoop through excel data with powershell having a duplicate column
I have an excel sheet that looks like thisName actiontime actiommessage Tim 23:45 purchased goods Tim 22:56 had dinner Tim 20:56 watched movie John 15:52 get out of bed John 07:56 went to sleep I need...
View Article