Need some guidance on how to make a user interactive form [closed]
I have data in 3 columns on an excel spreadsheet. Column1 Column2 Column3 Row1 101 500 3-1 Row2 102 500 3-2 Row3 103 600 4-5 Row4 104 700 3-1 I need to create a form that lets internal people search...
View ArticleCreating a loop within a UserForm
this is a continuation of my previous question... I'm trying to create a user form that will go through a list on a worksheet (TESTER). The form should display the first row of data from the list. User...
View ArticleC# ExcelWorksheet cell value is read incorrectly
I am parsing a csv file using C# and ExcelWorksheet. I have a cell that contains an integer. 3020191002155959391100When I parse the cell using var value = sheet.Cells[rowNumber,...
View ArticleHow to create a simple, dynamic list within the cells of a column
Here's the situation: I have a spreadsheet with two columns, A and B. The cells of each column use Excel's Data Validation to have a drop down list within them. A's cells have a drop down list with...
View ArticleHow can I map one column to other in excel
I am trying to map the users with their department in two different excel sheets . How can I find the user and map him with correct department in the other excel sheet .I am not sure what would be the...
View ArticleExcel VBA Remove duplicates in a range
I'm struggling with the updating of a number of sheets that hold master data.The user can update the register ("TK_Register") with a new item or modify an existing item on the ("EditEX") sheet. Data on...
View ArticleUsing query to populate columns from another tab based upon whether dates sit...
I'm trying to populate a sheet with data in columns from another sheet (Weekly). So far I'm able to do so successfully based upon the start of a month. I'd also like to be able to only select data...
View ArticleExcel (2010) Convert Formatted Value to its Text Equivalent
I have a spreadsheet containing thousands of quiz questions and answers for an online course that I am building.The spreadsheet is setup like this:Question 1, Answer A, *Answer B, Answer C, Answer...
View ArticleHow to create a range for summarized store revenue in Pivot tables
I have a data set that looks something like below:Store Revenue 1 50 1 100 1 200 1 1001 2 75 2 900 2 100 2 8000 2 2000 3 300 3 300 4 1000 4 200 I would like to summarize (total) revenue for each store,...
View ArticleChanging datetypes of the datalabels
I have been trying really hard to fix the datatype format of the datalabels. unfortunately, nothing is working out. I want the datalabels to have a fomat of 0.00%. How can I change it?Here's a sample...
View ArticleHow to update a field in a text file referencing an Index & Match?
I'm trying to get a field in a text file output to update referencing an Index match inside an Array (temp table), but the output is mixed up .STEPS:Created the Array Use Index Match to set column B to...
View ArticleIf Multiple Find Conditions match then ... in VBA
I have Input and Output tabs. In Input Tab I have my headers on Column B and sub-headers on Column C as shown below: A B C D HDR1 SB1.1 Data1 SB2.1 Data2 HDR2 SB2.1 Data3 SB2.2 Data4 SB2.3 Data5 And in...
View ArticleVBA extra column search
I need to add PW to the below code ie RDG1, PW, Sewer Works, Pass. The extra column will be column D, cheers.With ThisWorkbook.Sheets(1) .Range("D5").Value = Counts("RDG1", "Sewer Works")...
View ArticleHow do I aggregate data from multiple sheets into 1 separate sheet?
I have created a gradebook with different tabs for each subject. When a student is missing an assignment I enter "mi" into the cell. I'd like to have another tab which is the aggregated listing of all...
View ArticleVBA Have a Userform and trying to assign keydown events, but no response
I want to have specific keys (Enter, Right Arrow, Esc) to execute different procedures. I have the following code but nothing is working. I've tried setting KeyPreview = True, but that did not seem to...
View ArticleSave data to a particular cell with vlookup
On sheet1 I have a cell that displays notes I have one cell with a drop down list for years and another with a drop down that has the months. The third cell displays the notes for the year and month. I...
View ArticleExcel DNA XLL Config - Setting Comments, Description and Company
I see that in the ExcelDna.dna (config) file I can set the "Name" of an XLL, which translates to the TITLE on the Excel/Options/Addins screen. But I was wondering if there was an easy way to set...
View ArticleSort Excel by a pattern
I have a list of people, it is one cell only, comprising last,first, birth/death dates(xxxx-) or (xxxx-xxxx), and brief descriptions. Sample data: Jones,Bob,(03012018-),Description...
View ArticleCondittional formatting wont work on the entire range selected
I am trying to format(gray fill and strikethough) a range of cells ( A101 to D115)based on the input of another cell- D75 (possible values yes/no dropdown)When I format the individual cells, it works...
View ArticleIs a number value in column C between Value of Column A and column B [on hold]
I am trying to return a yes or know if Column C value is between column A value and Column B value.
View Article