vba date filter criteria derived from a cell reference
I'm trying to filter data where one filter criteria - month - needs to be entered by the user in a cell on one sheet in the workbook.If the data is typed into the code, it works fine, as written...
View ArticleComparing dates in Excel
I'm trying to compare date in excel to return a value.I want to see...if date of birth + today() is less than DATE(2021,9,1) years then output 6if date of birth + today() is less than DATE(2021,9,1)...
View ArticleExcel 2010 comparing multiple columns (2 columns to 2 other columns)
I want to compare 2 columns to 2 other columns.The thing is that I want to be able to search the whole column for the second set of 2 columns. For instance, values in C2 and D2 could match values in...
View ArticleHow to export excel with phone number format data using Maatwebsite Laravel
I'm confused with laravel export using maatwebsite, I want to keep phone number data after exported with "+62" but the result is "62...". 0 => array:17 [▼"created_at" => "13 Sep 2016 @...
View ArticleVBA download file from website - popup window
I am trying to automate a file downloading from a website. When I do the download manually, all I have to do is to click on the "save" icon (floppy disk), then another window pops up for a second and...
View ArticleSkip the first occurence of a vlookup
I'm trying to do conditional formatting with a vlookup. The problem is that I don't know how to skip the first occurrence of the vlookup if the value that the vlookup is not the one that I want. For...
View ArticleExcel VBA Intersect Returns 0
I am writing a VBA which creates a table for the user to populate with values and then plots that table on a chart. Part of the code detects whether the user has already run the VBA (a populated table...
View ArticleI would like to change values that were input as zero since they were missing...
However, you’re working with the newest data and it hasn’t been cleaned yet. Missing values were incorrectly entered as zeroes, and you need to change them to null values before you look for trends....
View ArticleAWS hosted server and data to Excel
Our company moved a server to the AWS cloud not too long ago.We use some software the stores info into a SQL database.Normally before the cloud we are trained to use Excel to connect to one the local...
View ArticleError when running Python Program: com_error: (-2147023174, 'The RPC server...
I am working with Excel, Python, and Visio and when I run this simple code, I get an error of com_error: (-2147023174, 'The RPC server is unavailable.', None, None)This is the code I am running:for row...
View ArticleExcel drop down values from a SQL Server source
I am trying to get a cell drop-down values in Excel from a SQL Server. I don't want to use the method of putting all the data to another sheet and the use data validation to control the drop down...
View ArticleExcel scatter plot lines appear broken and uneven [closed]
I am trying to add a graph to a Word document showing energy over time from a simulation I ran. There are lots of data points (over 40 000). I decided to use a straight line scatter plot because it...
View ArticleVBA function to list cell direct dependents, including remote sheet cells
I want to list all the direct dependent cells of any given cell, wherever they are in the Excel workbook. This is part of a bigger goal where I want to recursively trace all the subsequent cells and...
View ArticleSimultaneous access to a table in a shared folder
In the company I work for we have an Excel file that we need to fill out daily, stored in a network folder on the server.Unfortunately, it can only be used by one user at a time.I tried creating a...
View ArticleExcel Sum Index Match Across Multiple columns
I am having significant issues trying to resolve my problem. Essentially I need an excel formula that replicates a SUMIFS function, as it appears that sumifs doesn't work in my scenario. Effectively I...
View ArticleCopy the total row value from one table to another table
I have two accounting tables.The first one ("Table1") has columns for the months. The headers are "Jan-26", "Feb-26", etc.Then there are the expenses per item (inserted from the expense record...
View ArticleHow to populate Excel ComboBox with data from SQL Server?
I am trying to populate a combobox in Excel file with data from SQL Server.Here is code for event:Private Sub Workbook_Open()ActiveWorkbook.Sheets("Generation").ActivateSet cn = New ADODB.ConnectionOn...
View ArticleI’m having trouble getting Python to locate a specific value in a spreadsheet...
I’ve been working on this project since yesterday to help send messages to the inspectors. I’ve been using Gemini for assistance, but it seems to be hindering more than helping. Since I’m new to...
View ArticleRead excel file data in MVC
I've did some searching, but haven't really found any good guides on how to do this.I want to be able to upload an excel file, but I don't want to store it on the server. I want to read it from the...
View ArticleName manager in excel 365 won't open; named ranges (and hidden names) have...
My macro-enabled excel workbook is a large file that includes tabs I've brought into the workbook from third parties (eg, my client). I break links to any external data sources and I delete named...
View Article