Most answered questions in Others

0 votes
1 answer

Convert Excel to PDF programmatically

Here is the solution to your answer ...READ MORE

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

Excel formula to average selected cells based on certain criteria

Try: =AVERAGE(IF(X:X=A1,Z:Z)) With Ctrl+Shift+Enter. READ MORE

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

How to get all Stock list company name and symbol of NSE and BSE with free API?

Check the below link for your answer: http://www.barchartondemand. ...READ MORE

Nov 13, 2022 in Others by narikkadan
• 63,620 points
2,577 views
0 votes
1 answer

How to use VLOOKUP function in MS Excel

Here is the formula for cell G2: ...READ MORE

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

How to add check symbol in excel cell SXSSFSheet java

Try this: import java.io.FileOutputStream; import org.apache.poi.xssf.streaming.*; class CreateSXSSFUnicode { public ...READ MORE

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

Text with a dash in the cell but not in the formula bar (Excel)

What you have got here is called ...READ MORE

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

Pivot Tables in MS Excel (Office 365)

If you create the required result table ...READ MORE

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

Update an Excel sheet in real time using Python

Using xlwings, I have really discovered how ...READ MORE

Nov 13, 2022 in Others by narikkadan
• 63,620 points
2,613 views
0 votes
1 answer

Determine if calculation between 2 date time values is < 72 Hours in excel

Actually, Excel is quite accommodating in this ...READ MORE

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

How to get Shape's internal name in Excel

You can reference a shape by using ...READ MORE

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

Using standard deviation function in excel for a specific criteria?

Use this: =STDEV(IF((A1:A1000>=-0.5)*(A1:A1000<=0.5),A1:A1000)) Depending on one's version this may ...READ MORE

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

Can I show a formula result in a pop-up window in Microsoft Excel?

Yes, you can display the formula result—that ...READ MORE

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

Excel does not show hidden sheet but if i unzip it, then there are 2 worksheets

I now know that an Excel worksheet ...READ MORE

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

How to extract Bills receivable data to excel from tally by ODBC?

To obtain the company's receivable bills, you ...READ MORE

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

=CONCATENATE() function giving a #VALUE! error (EXCEL 2013)

You can use the following: =A1&","&B1 TEXTJOIN would also ...READ MORE

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

Calculate Monthly Highest Selling Product - MS Excel

Use a Pivot Table to summarize the ...READ MORE

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

Unable to download excel file from src/assets in development/qa/prod environment for angular application

Try this: this.HttpClient.get("./assets/sample.xlsx",{responseType: "blob"}).subscribe((res:any) => ...READ MORE

Nov 12, 2022 in Others by narikkadan
• 63,620 points
3,090 views
0 votes
1 answer

Excel sumif function with conditions

Try SUMIFS. =sumifs(table1[sum time (sec)],Table1[type],1, Table1[Date],K3, Table1[Time],K4, Table1[Sum Time ...READ MORE

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

Excel Ribbon Macro not enabled

If you place a breakpoint in one ...READ MORE

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

How to programmatically distinguish Excel 2019 from 2016?

Using the output of the MS Office ...READ MORE

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

Rename Excel worksheets from range

Rename Worksheets Using a List There are a ...READ MORE

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

Can R do the equivalent of an HLOOKUP nested within a VLOOKUP?

When working in a program like R, ...READ MORE

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

Use Excel pivot table as data source for another Pivot Table

Press the keys Alt+D+P in a new ...READ MORE

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

Excel - How can I get the average of cells where the value in one column is X and the value in another column is Y?

Use AVERAGEIFS ... =AVERAGEIFS(C2:C13,A2:A13,"Yellow Typ ...READ MORE

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

Excel Drop down list using Apache POI

To set a default value, just setCellValue("first_item_value"); she ...READ MORE

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

How to calculate percentage of an autosum field in excel

The fact that I was using the ...READ MORE

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

Add some word to all or some rows in Excel?

Solution: Select All cells that want to change. Right ...READ MORE

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

Control cell value from another cell in Excel

You may accomplish this by using two ...READ MORE

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

Want Tick mark and X-mark using current date and current time using Excel formula

I likewise use a checkmark to indicate ...READ MORE

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

Write from R into template in excel while preserving formatting

you have the XLConnect package. Read the documentation or the vignette of that ...READ MORE

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

Get Excel data in DataTable

The JET/Access driver has a number of ...READ MORE

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

Alternatives to Subtotal function in excel

In an unused column to the right ...READ MORE

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

Help needed with Median If in Excel

Try entering the formula =MEDIAN(IF($A$1:$A$6="Airline",$B$1:$B$6,"")) in another ...READ MORE

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

Excel formula: Correct syntax of SUM with ROW?

A few explanations of why your formula ...READ MORE

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

Obtaining Excel worksheet reference by worksheet name via C#

Instead of using Excel.Workbook.Sheets collection, it's easier to access Excel.Workbook.Worksheet collection, ...READ MORE

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

How to convert excel to PDF using Python

Specify your whole output path instead of ...READ MORE

Nov 10, 2022 in Others by narikkadan
• 63,620 points
2,564 views
0 votes
1 answer

Use R to create chart in Excel sheet

Here is a solution utilizing the XLConnect ...READ MORE

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

How to convert .xls to .pdf via PHP?

You can use PHPExcel to read the XLS ...READ MORE

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

Is there a reason why these bars wont line up in my excel chart?

STEPS Hover your mouse over any of the ...READ MORE

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

Excel Define a range based on a cell value

Let's say that cells A1, A2, A3, ...READ MORE

Nov 8, 2022 in Others by narikkadan
• 63,620 points
2,687 views
0 votes
1 answer

Shape Names In Excel

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

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

Create Drop-Down List Using a Formula (Without Data Validation)

As far as I am aware, it ...READ MORE

Nov 8, 2022 in Others by narikkadan
• 63,620 points
2,352 views
0 votes
1 answer

Excel How to programmatically hide columns while keeping navigation buttons in view at top

Obviously, this does not help with the ...READ MORE

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

MS Excel showing the formula in a cell instead of the resulting value

Make sure that... There's an = sign before the formula There's ...READ MORE

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

Disable Ctrl+D for particular workbook

When you click CTRL+D, it will now ...READ MORE

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

Calculate slope and intercept value for logarithmic trendline as excel

You missed Math.log() for ln() in Excel. ...READ MORE

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

How to multiply by a percentage range in Excel

The following would yield an array from ...READ MORE

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

Excels INDEX with MATCH for multiple criteria

How to Use INDEX MATCH With Multiple Criteria ...READ MORE

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

Formatting Phone Numbers in PHP

This is a US phone formatter that ...READ MORE

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

ISBLANK returns False for empty cells having Formulas

ISBLANK will return TRUE only when a ...READ MORE

Nov 8, 2022 in Others by gaurav
• 23,260 points
1,216 views