Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
46 views

I have cells with times in them. The format I want to replace is something like "7:30:00 AM", though of course the hours could be double digits. After the regex replacement, I would want the ...
Corbin Dienst's user avatar
Advice
0 votes
1 replies
63 views

I'm looking for some advice on what would be the best way for me to tackle a specific problem. I'm doing a study that involves filtering through a large set of data. The data includes road ...
Robert Wenger's user avatar
Best practices
0 votes
0 replies
90 views

What are the best approaches you have seen developing pricing calculators for small businesses. For example, I was able to build a small one for a window installment business a couple of months ago ...
Mauricio's user avatar
0 votes
0 answers
90 views

I am building an Excel dashboard for a client that needs to display two distinct data areas - Sales and Services - on the same worksheet. Because the client needs this to be mobile-friendly (Excel for ...
Muhammad Bilal's user avatar
1 vote
1 answer
94 views

For various reasons, I am currently refactoring some code to a more OOP approach. I am immediately having the following problem: When the Create method of the class module creates the new Word ...
Anna Burlingsby's user avatar
0 votes
0 answers
64 views

I have a PivotTable connected to a Power BI dataset (via Power BI' Analyze in Excel feature). In this dataset there are several string-based category fields which we pull into reporting for filtering ...
Craig Johnson's user avatar
Advice
2 votes
6 replies
142 views

I have a pivot of Case Numbers and Record Numbers (one to many). I need to display the Record Numbers as columns so that they appear as Record1, Record2 etc. Each Case Number may have several Record ...
JonS's user avatar
  • 1
Advice
0 votes
1 replies
71 views

Trying to track completed courses. Already have a sheet to show the percentage completed for individuals. I need another sheet that will show which specific ones are completed. This sheet has a ...
C.J. Werlinger's user avatar
Best practices
1 vote
7 replies
111 views

I have two columns, one with an exercise and one with the date it was completed, example pic. What I would like to do is create a dropdown list that puts the most recent done at the bottom, basically ...
Crcee's user avatar
  • 1
0 votes
1 answer
97 views

In Excel VBA, how can I prevent Selection.Clear from clearing cell borders?
robertspierre's user avatar
1 vote
2 answers
223 views

I'm working on a database that tracks CashApp names for a prison. I'm a little lost with Excel Macros, so I had to google an example to use however, the example I have only returns one value and a ...
Sebastian Maher's user avatar
1 vote
2 answers
129 views

I have a list of images inside cells in a column. All of the images have Alt Text. How do I get this Alt Text into another cell? I have seen plenty of VB snippets that will do this for images outside ...
CharlieHanson's user avatar
1 vote
0 answers
131 views

I am getting an error "DOB Error:" shown in my code's error handler, and I am unable to fix it. Please help me; this code is mostly used to validate a date available on a web page, and if ...
Janil Shah's user avatar
Advice
1 vote
3 replies
129 views

What is the purpose of the boolean return value from Excel.Range.Replace()? I find it always returns True whether the target value is found or not. The documentation at https://learn.microsoft.com/en-...
spinjector's user avatar
  • 3,698
3 votes
7 answers
353 views

I have a matrix of interactions between items. Each row and column correspond to one item interacting with another (i.e. "col 1" and "row 4" represents the interaction of "...
LeoSA's user avatar
  • 33
Best practices
0 votes
6 replies
88 views

I would like to calculate the rate (the division) of water consumption and minerals in a mineral procesing plant using a table that contains Date, Pant, classification, specific classification, and ...
Felipe Botto's user avatar
1 vote
1 answer
70 views

I created a massive workbook for a client and parameterized the geography and vintage of my queries in the Power Query Editor so that I can easily make a similar file with different parameters. The ...
Jamie Vergano's user avatar
Advice
0 votes
4 replies
82 views

I’m trying to learn how to use INDEX and MATCH instead of VLOOKUP in Excel. I have a table where: Column A = Employee IDs Column B = Names Column C = Salaries I want to look up a salary based on an ...
Kaaliyah Gray's user avatar
0 votes
0 answers
155 views

I am writing a code to copy info from a single sheet into a new workbook with separate tabs for each month based on the date in a column titled Date on the source sheet. The code continues to tell me ...
Kari's user avatar
  • 11
Advice
0 votes
1 replies
66 views

Code of how the web application picks the file: #Load Data this_dir = Path(__file__).parent if '__file__' in locals() else Path.cwd() wb_file_path = this_dir / 'vital_log_2026-03-13_21-20-51.csv' data ...
marsc0des's user avatar
0 votes
1 answer
86 views

I have a spreadsheet that tracks daily sales. Column A is the date, and Column B is the buyer. I have this IF statement: =IF(B24\<\>""TODAY(),"") My goal is to enter the ...
Terry Jensen's user avatar
1 vote
1 answer
119 views

I am learning Excel and trying to work with data that contains multiple values in a single cell separated by commas. For example, I have a cell like this: A1: apple,banana,apple,orange My goal is to ...
Jennifer Johnson's user avatar
-4 votes
1 answer
163 views

My employer recently update our Excel. Now my VBA code is not working correctly anymore. I open a .csv file from another program, so it opens in another instance and not being seen by the opened macro ...
Rose 's user avatar
Advice
0 votes
5 replies
101 views

I have gotten into SQL in the past few months. Learning through Coursera. In the course it mentioned this website to go to and ask questions, instead of just using google or the source material. I ...
Justin Clyburn's user avatar
Best practices
0 votes
2 replies
89 views

I have a user form that uses a combo box to record the employee associated with a given task. I have a section of code that extracts employee entries from other tasks, and adds them to the combobox ...
Gordon's user avatar
  • 1
0 votes
1 answer
86 views

I have a VBA macro, attached to a specific sheet, with the following structure (all variables appropriately Dim'ed at the start of the subroutine). The lines following ' Debugging are lines I added ...
Daniel Engel's user avatar
-2 votes
0 answers
68 views

I try to write a Power Automate flow which copies data from one Excel sheet to another In my destination Workbook, I have the following script function main(workbook: ExcelScript.Workbook, aInput: ...
user3468174's user avatar
Advice
0 votes
3 replies
88 views

I am developing a .NET MAUI application and need to generate XLS (Excel 97–2003 format) files at runtime. I specifically need styling support (fonts, colors, borders, etc.), so CSV is not an option ...
Dev's user avatar
  • 339
3 votes
2 answers
109 views

How do I build a weighted scoring model in Excel that calculates a final score from multiple columns, where some metrics are higher-is-better and others are lower-is-better? Starting in Row 4 D - $ ...
displayname's user avatar
Best practices
1 vote
6 replies
119 views

I am a beginner learning Power Query in Microsoft Excel as part of my data analysis journey. I have started using it for basic tasks like removing duplicates, filtering rows, and changing data types. ...
Himani Panchal's user avatar
-3 votes
3 answers
76 views

I am trying to use an AND statement nested into a IFS statement to run a range check. I do not have any errors in my formula. However, the result of the output is not changing. It is only outputting ...
Paul's user avatar
  • 3,368
0 votes
2 answers
206 views

Okay so I'm trying to understand what is and isn't possible with excel. I know I may have to do some fun macro coding to make it work. My goal is to create a workbook with a sheet of all products (...
Ashrant Kohli's user avatar
0 votes
1 answer
97 views

I have code to compose and send, or display, an email with an image in it, but the image won't display. I have read a dozen plus blogs on this error and how to use CID in the HTML body, and it seems ...
Shannon Hinkle's user avatar
Advice
1 vote
5 replies
121 views

I have following Data: A B C Result 1 10 1 7 9 9 3 2 1 6 7 1 5 1 1 and following Result Sheet: Can I "connect" the Result column of the Date with the Result sheet without an endless if-when ...
Samuel Lehmann's user avatar
Tooling
0 votes
2 replies
119 views

I want to create a Word-Formular for a Quality Report which contains different dimensions of Steel parts. The Word-Doc should get its information via Excel an create a desired state and actual state ...
Gerhard Hofer's user avatar
Advice
2 votes
2 replies
107 views

Currently getting into SQL data cleaning and querying and looking forward to building dashboards and data visualization using BI tools. As a beginner, how do I start with GitHub to create a portfolio ...
Charchit Chauhan's user avatar
Best practices
0 votes
1 replies
115 views

When instructed to append a total to the table in Excel, what action does Copilot take? It adds a sum to the top of the last column. It adds a sum to the bottom of the first column. It adds a sum ...
Kamalika Seenivasan's user avatar
Advice
0 votes
4 replies
58 views

I don’t understand how the option “Select related tables” works in the Power Pivot Import Wizard (when the source is an Excel file). Here a detailed explanation of what I’m doing: 1. I open the Power ...
SombreroEistee's user avatar
0 votes
1 answer
109 views

I'm trying to display the contents of a (local) sqlite table in Excel. I want to use "Python in Excel" for various reasons. This is the code I have written in cell A1 using the PY() formula: ...
Tantalan's user avatar
Advice
0 votes
2 replies
93 views

I have a table of strings representing date buckets for part quantities Attribute ODUE M2601 M2602 M2603 ... M2912 FUTURE Looking for a function to provide this result 2025-DEC-31 2026-JAN-01 2026-FEB-...
Terry Magdy's user avatar
Advice
0 votes
2 replies
93 views

Some time ago I've looked for a way to fade shapes in and out over time as a sort of animation. Now I successfully retooled this to resize and object over time. Basically, I've made a quiz-style Excel ...
malahhai's user avatar
-1 votes
0 answers
179 views

I'm doing a project using Excel. It was working fine until recently. I can't edit any of the code. Every time I type something, I get a popup for syntax error or something else WHILE I'M STILL ON ...
Tony Shelleman's user avatar
2 votes
1 answer
90 views

Very new to VBA and I am trying to set up a way to format data in a very specific way. Managed to get most of it working except for the last step. I'm trying to get the system names in column G from ...
Pierce Schlechter's user avatar
1 vote
1 answer
80 views

I have a spreadsheet for trading cards. I am trying to filter out all the cards that have 0. The spreadsheet is set up to have a column for regular, holo, reverse holo, and promo holo. It is possible ...
Kristy Murphy's user avatar
Advice
0 votes
8 replies
118 views

I am working with two different measurement systems used to monitor strain/deformation in a bored pile. I need to consolidate these into a single representative curve using Excel/VBA. System A (...
Lovac's user avatar
  • 1
0 votes
0 answers
80 views

I am experiencing a bug in Excel when programmatically formatting chart series via VBA/COM automation that causes line dash styles to display incorrectly with elongated patterns. Steps to Reproduce: ...
Shane S's user avatar
  • 2,383
Advice
1 vote
3 replies
115 views

hope you are doing well. I'm trying to code in Excel VBA, and I need to call the HTML option from the menu in the image: excel paste special options This menu only shows up after I copy manually a ...
shusuika's user avatar
0 votes
0 answers
62 views

I have a pivot table that looks like this. The numbers in this table are the number of grades. The % in this table are the number of grades, but Show values as "% of Row Total" I'm trying ...
jeffrey's user avatar
  • 135
0 votes
1 answer
94 views

I have a table in Power BI in the following format: I am currently learning how to use the software (and DAX) as I go and I have been trying to figure out if it is possible to get the course that has ...
skoleosho97's user avatar
0 votes
0 answers
106 views

My ASP.NET Core web app outputs Excel files (.xlsx) when requested. There are two types of Excel file reports (two endpoints). I start with a template Excel file (.xlsx) that is not empty and may have ...
JDias's user avatar
  • 170

1
2 3 4 5
5779