Latest questions in Database

0 votes
1 answer

Calculate Growth rate in Excel

In order to get the Average Annual ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
25,248 views
0 votes
1 answer

Excel Date Formatting

Take the following steps: Choose the cells you ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
421 views
0 votes
1 answer

How can we achieve excel ceiling function with significance value in SQL Server

If the underlying data types and rounding ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
699 views
0 votes
1 answer

Returning outlook sender address from VBA in Excel

Returns a String that represents the sender ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
2,676 views
0 votes
1 answer

Excel problem for beginners: #REF! Error When referenced Row is deleted or Added

You'll run into this problem if you ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
295 views
0 votes
1 answer

macro in excel tablet

Add Macros to the Ribbon Tab You'll make ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
564 views
0 votes
1 answer

Excel Middle mouse button click not scrolling

Workbook and Protected Sheet If the sheets are ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
2,637 views
0 votes
1 answer

Excel - how to calculate sum of multiple rows into different columns

The AutoSum button or formula can be ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
10,069 views
0 votes
1 answer

Using SQL "IN" Function in Excel

MATCH is a word that can be ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
401 views
0 votes
1 answer

How to enter a series of numbers automatically in Excel

Excel, unlike other Microsoft Office programmes, does ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
557 views
0 votes
0 answers

Check Excel file format from PowerScript not relying on file extension

We have a number of Excel files ...READ MORE

Mar 31, 2022 in Database by Edureka
• 13,670 points
341 views
0 votes
1 answer

Connection vs Query in Excel data model

There are various ways to construct and ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
1,821 views
0 votes
1 answer

Excel 2010 CTRL+SHIFT+L. Not working

The Macro-containing workbook was always open in ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
6,104 views
0 votes
1 answer

How to transform multiple tables in one excel sheet to one table with Power BI?

If my prediction is correct- You have a ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
2,560 views
0 votes
1 answer

How do I change the menu language of Excel Online?

Click on App launcher from any worksheet ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,670 points
354 views
0 votes
1 answer

How do I change the menu language of Excel Online?

Click on App launcher from any worksheet ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
12,609 views
0 votes
1 answer

How to translate a BDS excel-formula to XBBG API for Python

The parameters are improperly specified by you. ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
1,908 views
0 votes
1 answer

Convert Date to Text without losing the format in Excel?

The steps are as follows: Copy the dates ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
31,907 views
0 votes
1 answer

How do I display a ratio in Excel in the format A:B?

Try this formula: =SUBSTITUTE(TEXT(A1/B1,"?/?"),"/",":") Result: A B ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
648 views
0 votes
1 answer

Importing images along with other fields (username,subjectname) from excel in laravel

$objphpexcel = PHPExcel_IOFactory::load("MyExcelFile.xls"); foreach ($objphpexcel ->getSheetByName("My Sheet1")->getDrawingCollection() as ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
2,481 views
0 votes
0 answers

in MS excel find first non n/a value in row

I have dates (Jan-2014 in cell A1, ...READ MORE

Mar 30, 2022 in Database by Edureka
• 13,670 points
446 views
0 votes
1 answer

Laravel Excel import using Maatwebsite Excel package with additional columns from View

How to fix: I know you're fed ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
11,740 views
0 votes
0 answers

How to loop in excel without VBA or macros?

Is it possible to iterate (loop) a ...READ MORE

Mar 30, 2022 in Database by Edureka
• 13,670 points
2,060 views
0 votes
0 answers

How would I use excel to generate a large update sql statement?

I know there's a way to have ...READ MORE

Mar 30, 2022 in Database by Edureka
• 13,670 points
1,790 views
0 votes
1 answer

excel Copy shapes from one worksheet to another

This will copy all the shapes from Sheet1 to Sheet2: Sub ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
1,058 views
0 votes
1 answer

Java Apache POI Excel save as PDF

For the software to run, you'll need ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
7,250 views
0 votes
1 answer

Calculating percentile - Excel vs online

Syntax PERCENTILE(array,k) The following are the arguments to the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
411 views
0 votes
1 answer

How can we perform common set operations (union, intersection, minus) in MS Excel?

The MATCH function can be used as ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
1,487 views
0 votes
1 answer

How to Convert Excel Numeric Cell Value into Words

To translate numbers to words, create the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
809 views
0 votes
1 answer

Excel - AVERAGEIFS with OR conditions?

The AVERAGEIFS function in Excel determines the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
1,175 views
0 votes
1 answer

Write formula to Excel with Python

Using python to add formulas to an ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
3,481 views
0 votes
1 answer

How to download excel in response from api react.js

Create ReactJS project import React, { Component } ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
7,082 views
0 votes
1 answer

Conditional Sum in Excel that counts values above X as X

B1 formula is: =SUMIF(A1:A5,"<=5") +COUNTIF(A1:A5,">5") *5 Fill in the blanks ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
250 views
0 votes
1 answer

How to sort by dates excel?

You can sort dates in a worksheet ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
512 views
0 votes
1 answer

Merge excel files into a new excel file based on filename

How do I merge Excel files that ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
1,900 views
0 votes
0 answers

Laravel - Datatables export excel from filtered data

Hello i would like to export data ...READ MORE

Mar 28, 2022 in Database by Edureka
• 13,670 points
4,262 views
0 votes
1 answer

Retrieving Cell name in Excel

ADDRESS(ROW(),COLUMN()) returns the current cell's address, such ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
274 views
0 votes
1 answer

Save excel as pdf changing its orientation to horizontal

To begin, go to the page layout ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
47,404 views
0 votes
1 answer

Generating username from first name and last name in excel

How to automatically merge first and last ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
4,826 views
0 votes
1 answer

Reading an Excel file in python using pandas

How to Use Pandas to Import an ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
2,304 views
0 votes
1 answer

Excel formula to remove space between words in a cell

There are three fast techniques to get ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
567 views
0 votes
1 answer

Why is there still a row limit in Microsoft Excel?

Because of optimizations, most likely. There are ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
731 views
0 votes
1 answer

What is the Excel formula to countif text partially makes up a cell?

With Formulas, Countif Partial String/Substring Match We can ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
11,215 views
0 votes
0 answers

Count colored cell on excel automatically

I'm trying to count the number of ...READ MORE

Mar 28, 2022 in Database by Edureka
• 13,670 points
224 views
0 votes
1 answer

Count colored cell on excel automatically

Use Filter and SUBTOTAL to Count Colored ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
861 views
0 votes
1 answer

Count unique values in a column in Excel

Excel may be used to count unique ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
846 views
0 votes
1 answer

Remove time from date field in Excel formula

Use the Find And Replace function to ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
701 views
0 votes
0 answers

Modify an existing Excel file using Openpyxl in Python

I am basically trying to copy some ...READ MORE

Mar 25, 2022 in Database by Edureka
• 13,670 points
1,876 views
0 votes
1 answer

Pasting an Excel range into an email as a picture

Hold down the ALT + F11 keys ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
4,212 views
0 votes
1 answer

Excel - Combine multiple columns into one column

In Excel, how can I concatenate (combine) ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
3,132 views