Remove duplicates without shifting cells
I have an Excel sheet with two columns, one contains the name of an issue on a computer and the other the concatenated serial numbers of the computers with this issue.The point of the Excel sheet is to...
View ArticleHow do I get to know the columns of a combined cell?
A moment ago someone asked me if we can use a combined column as a reference point, I did not know what to answer, for them I am here.The idea was this:So when you select the combined cell A, you could...
View ArticleWhat features I must learn to build an Excel automation application on Python3?
I have an Excel automation script on Python3. I want to upgrade the script (so its not just running on IDE), to an application so other users can use my program. The program's criteria I desired...
View ArticleThe remote procedure call failed Excel inside IIS
When I try to download an Excel file , I got this ErrorThe remote procedure call failed. (Exception from HRESULT: 0x800706BE) Description: An unhandled exception occurred during the execution of the...
View ArticleHow to make 2 subs work in the same UserForm in VBA?
I have 2 private sub in the same ''UserForm1''.I'm using checkboxes to give me an input or generate a number. I can write in sheet1 or in sheet2 depending of the sub runned.But if I run the macro in...
View ArticleHow to scrape specific part of online english dictionary?
Hello experts and friends from all over the world. I'm a non-english speaker who's learning english recently, and from last week I have been making huge english vocabulary list which contains phonetic...
View ArticleExcel VBA macro to copy files from one location to another based off file...
I've searched quite a few different / similar topics, but none were able to help me get to what I need to do.I have a list of file paths in column A. I need to copy each file into a directory that has...
View ArticleHow do I force Excel files to open in the browser instead of downloading
Is there any way to open a excel files in the browser instead of download.I have a excel file view button<a href="/manage/public/uploads/docs/2019/10/2362188.xlsx" class="action" title="download...
View ArticleNested IF statement to ignore blanks (2)
i tried below formulae and it is working fine if all four cells are blanks, but if there is a value in A1 and blank in B2, it is showing Conflict and that's not right, i want to see...
View ArticleImplement p-mean in excel
I'm spreadsheeting my favorite albums and I'd like the good tracks on the album to count more for its average than the bad songs. I thought about geometric means, but those do the opposite of what I...
View Articlehow to convert list into cross table in excel using VBA
I want to convert list into table as shown in the attachment using VBA in excel 2007.
View ArticleHow to populate data from .txt file into Excel in VBA?
I'm trying to create something to read data from a .txt file, then populate data into .xls, but after open the .txt file, how do I get the data out? Basically I'm trying to get the the third column of...
View ArticleHow to sum up filtered visible data rows only using html and java script for...
I have imported data from excel to html using some java script. now i want to filter this data and sum up the data of the second column of the table once its filtered using only java script/jquery. i...
View ArticleMerging cells in Excel using Apache POI
Is there any other way to merge cells in Excel using Apache POI library?I was trying using the following, but its not working// selecting the region in Worksheet for merging data CellRangeAddress...
View ArticleExcel - Compare two columns, if match then subtract the matched data and give...
I need to subtract the rows from by matching column 1 and column 2. The values of the rows are present in characters.the result should look like below:So how should I do this process? I tried using...
View ArticleVBA Runtime error 1004 while setting a range
Basically I'm trying to optimize the process of copying values in dynamic ranges.This is what I currently have and it works:For i = 0 To 6 Worksheets("S").Cells(wstaty, (4 + i)).Value =...
View ArticleExcel VBA (UDF) Returns #VALUE! Due to 255 Character Limit
I am not very familiar with VBA in Excel. I need the VBA Function text value to return regardless of character limit (if a limit is required, 560 should suffice). I have read a lot of forum posts...
View ArticleHow to select cells based on specific string in a range?
I want to look for a string "GAS CYLINDERS" in range "B17:B29" and if a cell contains the given string, go to column "H"(from "B") of the same row of the cell which contains the string then, select...
View ArticleIf Else Then with multiple conditions not working
I'm current trying to implement this logic into my sub-procedure. There are 3 conditions and 4 outcomes as listed below:The values in Col I as shown in the attached picture is driven by a data...
View ArticleForce "F2"+"Enter" on range of cells
I have an Excel 2010 worksheet which has macros to copy data from other sheets into a specific format on another sheet.The data copies but I have an issue with the formatting of cell ranges which hold...
View Article