Skip to main content

All Questions

Tagged with
0 votes
1 answer
42 views

Excel: Worksheet.Calculate causes UDF to run infinitely

I have written a udf returns an array that is inserted at the cell location. the udf can be long running as it reaches out to a rest service to fetch data from a database. so i added a button on my ...
mike01010's user avatar
  • 101
0 votes
0 answers
43 views

Linking columns on different sheets

I'm very new to VBA coding (only dabbling for this specific project), so I would really appreciate any advice on an issue I'm having. I'm attempting to independently link multiple column ranges on ...
thtrmus's user avatar
0 votes
0 answers
23 views

Insert MODE.SNGL into a conditional formula pulling data from one worksheet to another

Windows 10 Excel 2019 I have a workbook with two worksheets, Product Data and Product List. The data in Product List is generated each time the formula I am looking for is run. The number of products ...
Bel's user avatar
  • 43
0 votes
1 answer
55 views

Excel VBA - Looping an IF( & VLOOKUP( starting with a partial string

Good day to an amazing community, I am trying to develop a macro to loop through two arrays. Here is an example of how the data is set up: Raw data is found in C4:C1500 $ data is found in D4:D1500 ...
RT2's user avatar
  • 1
0 votes
1 answer
94 views

Replace with wildcards in Excel or batch edit some wrapping formula

I'm only trying to delete some CONCATENATE() function from some formulas in Excel. What I have; here 'Something' could be a lot of things (digits, <, >, texts, etc… CONCATENATE("Something = ...
Seba99's user avatar
  • 101
0 votes
0 answers
140 views

Highlighting duplicates in Excel with VBA, multiple sheets

I have a workbook set up with a sheet for every month and then a summary sheet, so 13 sheets total. Each sheet, other than my summary page, have two sets of tables set up. A table for each week in ...
Aisha Stayer's user avatar
1 vote
1 answer
37 views

Formulas corresponding to the correct table in my sheet, vba. Multiple tables across multiple sheets

I am setting up a cycle count sheet using VBA. I am having trouble with the formulas in my tables only referring to the first table in the sheet for the input values. For example, I have 4 tables per ...
Aisha Stayer's user avatar
1 vote
3 answers
138 views

Convert an Excel table from one structure to the other

Original table I have this table in Excel or LibreOffice. Unit number Type Name 1 Object Top 1 Object Bottom 1 Object Left 1 Object Right 1 Object Back 1 Object Front 1 Property Right-Fixed 1 ...
Megidd's user avatar
  • 270
-1 votes
1 answer
268 views

VBA Code to hide rows on multiple sheets

Very new to this so. Is there any way to have the option cell K473 be on tab 1 and change the hidden rows on tabs 2 to 11? The below works perfectly on a single sheet, but would like to have the ...
John 's user avatar
0 votes
1 answer
509 views

Creating a VSTACK'd array from a changing list of spilled references

I am working on a project that requires a large 'pool' of data to pull from and sort from. To keep the workbook efficient, the data is kept in sets of SPILL's, as pulling a raw selected range for the ...
Thomas Wohllaib's user avatar
2 votes
1 answer
50 views

Separately color all rows for unique clients listed in one column

I am a relative Excel noob, and to that end, forget about Excel macros. I'm here because this seems to be where the GOATs congregate, and I really need some help. I have an enormous data set that ...
alm's user avatar
  • 23
-1 votes
1 answer
278 views

How can I use Excel to replace values in a comma separated list with values in another cell?

I have a lookup table that looks like this: ID | SKU 1 | 5123 2 | 1238 3 | 5812 And another table that has a comma separated list of SKU: SKULIST 5123, 1238 5812, 5123 How can I add a column that ...
Timothy Fisher's user avatar
0 votes
5 answers
157 views

How to do this very specific concatenation and transform an array to list using Excel?

First off, sorry for any grammatical errors, I'm not a native English speaker. My problem is as follows: I have a very big dataset which contains populational data of a given city (row) in a given ...
HighConceptTroglodyte's user avatar
0 votes
2 answers
34 views

Excel: is there a formula/code I can use to paste specific values based on a dropdown value?

I’m a new user looking for help on an Excel formula/macro code. To demonstrate my scenario, let’s say I have a drop down list with values of “Breakfast, Lunch, and Dinner”. If the user selects ...
190191cd's user avatar
1 vote
1 answer
102 views

Need a VBA Solution - Clear contents of 7 cells to the right of cell

I have a document where I need to look for a specific text and clear all text in the cells to the right of it. I don't want to delete the cells just clear them out. There are a total of 7 cells next ...
Rey's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
39