Trending questions in Others

0 votes
1 answer

Trying to create an enclosing bookmark after pasting a picture from Excel into Word using VBA

Try this: Sub IMPORT_TO_WORD() Dim ws1 As Worksheet, ws2 ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
604 views
0 votes
1 answer

Excel create an Index on the first sheet with links to subsequent sheets

This seems to be a potential duplicate ...READ MORE

Oct 22, 2022 in Others by narikkadan
• 63,620 points
947 views
0 votes
1 answer

Excel Conditional Formatting based on Adjacent Cell Value

The row number used in the formula ...READ MORE

Oct 10, 2022 in Others by narikkadan
• 63,620 points
1,460 views
0 votes
1 answer

Number format in excel: Showing % value without multiplying with 100

You just need to select Custom from ...READ MORE

Oct 21, 2022 in Others by narikkadan
• 63,620 points
986 views
0 votes
1 answer

Excel TRIM Function Bug

Line feed (ascii 10), it appears, is ...READ MORE

Nov 5, 2022 in Others by narikkadan
• 63,620 points
324 views
0 votes
0 answers

Excel to Tally Import with multiples Cost categories

In Tally, I want to import Journal ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,010 points
454 views
0 votes
1 answer

Password Protecting an Excel file in C#

Try this: using Microsoft.Office.Interop.Excel //create your spreadsheet here... WorkbookObject.Password = ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
571 views
0 votes
1 answer

Displaying a portion of a table in a separate worksheet

If you are using Excel 2013 or ...READ MORE

Nov 4, 2022 in Others by narikkadan
• 63,620 points
356 views
+1 vote
0 answers

Google spreadsheet direct download link for only ONE sheet as excel

If a Google Spreadsheet, for example, just ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,010 points
399 views
0 votes
1 answer

How to add Conditional Formatting in Excel for a Range of Values

Three distinct rules are required, one for ...READ MORE

Oct 24, 2022 in Others by narikkadan
• 63,620 points
823 views
0 votes
1 answer

How to use data validation and 'no filter' in excel

eventually succeeded in resolving this. Effectively, Filter() ...READ MORE

Nov 4, 2022 in Others by narikkadan
• 63,620 points
351 views
0 votes
0 answers

Converting feet & inches (e.g., "5 ft 1 in") to decimal feet using VBA or Excel

I have a database with a few ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,010 points
435 views
0 votes
1 answer

Converting .pdf files to excel (.xls)

It is not always possible and typically ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
559 views
0 votes
0 answers

Print Excel Worksheet/Workbook

I'm attempting to make a C# Winform ...READ MORE

Oct 31, 2022 in Others by Kithuzzz
• 38,010 points
517 views
0 votes
1 answer

Excel Formula Meaning of $

It's an absolute reference: it means don't treat ...READ MORE

Nov 5, 2022 in Others by narikkadan
• 63,620 points
281 views
0 votes
1 answer

.doc to pdf using python

A simple example using comtypes, converting a single ...READ MORE

Sep 25, 2022 in Others by narikkadan
• 63,620 points
2,073 views
0 votes
1 answer

Excel VBA remove blank rows from specific range

I have tried to avoid .select  Option Explicit Sub CombineData() ...READ MORE

Oct 23, 2022 in Others by narikkadan
• 63,620 points
839 views
0 votes
1 answer

Excel VBA to change background image of shape by clicking on shape

You need to keep track of what ...READ MORE

Sep 23, 2022 in Others by narikkadan
• 63,620 points
2,143 views
0 votes
1 answer

Java Spring - Writing Excel file and converting to PDF

Since you are using Spring I suggest ...READ MORE

Sep 26, 2022 in Others by narikkadan
• 63,620 points
2,015 views
0 votes
0 answers

Data Driven Framework -- how to read and write in excel sheet using Selenium WebDriver with java

I'm using this code to read something, ...READ MORE

Oct 31, 2022 in Others by Kithuzzz
• 38,010 points
491 views
0 votes
1 answer

Excel calculating drop rates

Each column's "total" row is just the ...READ MORE

Oct 29, 2022 in Others by narikkadan
• 63,620 points
549 views
0 votes
1 answer

How do I specify a variable Excel range?

Try this: =SUM(OFFSET(A1,0,1,1,3)) To break it down: OFFSET(reference cell, ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
494 views
0 votes
1 answer

How to use goal seek function in Excel user function?

In the Microsoft Excel Object-Sheet1(Sheet1), we can ...READ MORE

Oct 28, 2022 in Others by narikkadan
• 63,620 points
574 views
0 votes
1 answer

Many cells to a single reference in excel

Use conditional formatting to hide the A's ...READ MORE

Nov 5, 2022 in Others by narikkadan
• 63,620 points
223 views
0 votes
0 answers

How to insert dropdown or checkbox in Excel using Javascript API?

I'm following the doc (https://dev.office.com/reference/add-ins/excel/excel-add-ins-reference-overview) to build ...READ MORE

Oct 31, 2022 in Others by Kithuzzz
• 38,010 points
447 views
0 votes
0 answers

How to create DropDown which have dynamic Validation List

In my data table, the columns "Category" ...READ MORE

Oct 31, 2022 in Others by Kithuzzz
• 38,010 points
445 views
0 votes
1 answer

Getting subtraction wrong in excel

Solution: If your values are a result of ...READ MORE

Oct 10, 2022 in Others by narikkadan
• 63,620 points
1,336 views
0 votes
1 answer

Removing specific rows in an Excel file using Azure Data Factory

Under the 'Source' tab, choose the number ...READ MORE

Sep 23, 2022 in Others by narikkadan
• 63,620 points
2,075 views
0 votes
0 answers

EXCEL - SUMIF for multiple sheets

If another range of cells in each ...READ MORE

Oct 31, 2022 in Others by Kithuzzz
• 38,010 points
423 views
0 votes
0 answers

SQL Query with NOT LIKE IN

Please help me to write a sql ...READ MORE

Nov 4, 2022 in Others by gaurav
• 23,260 points
238 views
0 votes
1 answer

Which is better normal desktop window or MDI like excel and chronos

How people interact with your system entirely ...READ MORE

Nov 4, 2022 in Others by narikkadan
• 63,620 points
230 views
0 votes
1 answer

Download file from URL in Excel 2019 (it works on Excel 2007)

The Sub Code looks fine. Check the ...READ MORE

Oct 7, 2022 in Others by narikkadan
• 63,620 points
1,428 views
0 votes
1 answer

Excel Automation Anywhere

In Automation Anywhere, the Excel command is ...READ MORE

Oct 16, 2022 in Others by narikkadan
• 63,620 points
1,033 views
0 votes
1 answer

Excel - Unable to open https// <<PATH>> Cannot download the information you requested ---- How to disable

You can find the answer to your ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
408 views
0 votes
1 answer

Auto fill in the blanks in Excel

Considering the information below: Step 1: Choose ...READ MORE

Oct 27, 2022 in Others by narikkadan
• 63,620 points
522 views
0 votes
1 answer

Display a table (in the html/Excel spreadsheet meaning) in a iOS app in Swift

Here is the answer to your question: How ...READ MORE

Oct 29, 2022 in Others by narikkadan
• 63,620 points
432 views
+1 vote
1 answer

How to use VBA in Excel for Google Search?

Try this: Private Const LicenseRegistration As String = ...READ MORE

Oct 7, 2022 in Others by narikkadan
• 63,620 points
1,328 views
0 votes
1 answer

Adjust cell width in Excel

Use set_column as follows: worksheet1.set_column(1, 1, 25) This is defined as ...READ MORE

Oct 10, 2022 in Others by narikkadan
• 63,620 points
1,236 views
0 votes
2 answers

what is azure cloud?

Azure Cloud is Microsoft's cloud computing platform, ...READ MORE

Aug 9, 2023 in Others by Khan Sarfaraz
• 700 points
377 views
0 votes
1 answer

Detect whether Excel workbook is already open

Try this: Option Explicit Sub Sample() ...READ MORE

Oct 31, 2022 in Others by narikkadan
• 63,620 points
327 views
0 votes
1 answer

Remove formulas from all worksheets in Excel using VBA

Try this : Option Explicit Sub test1() ...READ MORE

Oct 3, 2022 in Others by narikkadan
• 63,620 points
1,502 views
0 votes
1 answer

Excel formula for Euclidean distance

Euclidean Norm of a vector of size ...READ MORE

Oct 9, 2022 in Others by narikkadan
• 63,620 points
1,277 views
0 votes
1 answer

Indent table pasted from Excel into Word

It is feasible to pick up the ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
365 views
0 votes
1 answer

Converting Feet-Inches to Inches Excel

We must parse the data because these ...READ MORE

Oct 15, 2022 in Others by narikkadan
• 63,620 points
1,009 views
0 votes
0 answers

What is the formula to keep first two words in a cell over excel?

I want to maintain the first two ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,010 points
220 views
0 votes
1 answer

Convert text to number in Google Sheets & Excel

Try: =INDEX(IF(REGEXMATCH(A1:A4&""; "M"); REGEXEXTRACT(A1:A4; "\d+.\d+|\d+")*1000000; IF(REGEXMATCH(A1:A4&""; "k"); ...READ MORE

Oct 15, 2022 in Others by narikkadan
• 63,620 points
992 views
0 votes
0 answers

Excel: Remove Duplicates based on time condition

A 3 month rolling time condition is ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,010 points
216 views
0 votes
0 answers

Why is Excel not calculating the cube root as the cube root?

I think Excel treats exponents with recurring ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,010 points
198 views
0 votes
1 answer

How to export data with functions to another workbook in excel

The issue appears to be that once ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,620 points
325 views
0 votes
1 answer

Multiple find and replace in MS Word from a list in MS Excel

If I understand you correctly, you want ...READ MORE

Oct 28, 2022 in Others by narikkadan
• 63,620 points
412 views