Trending questions in Edureka Community

0 votes
0 answers

TypeError: not all arguments converted during string formatting python

The program is supposed to take in ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
1,578 views
0 votes
1 answer

Trying to apply Solver with Macros

The  MaxMinVal was when you wanted to ...READ MORE

Jan 10, 2023 in Others by narikkadan
• 86,360 points
718 views
0 votes
0 answers

When did aws start

Hi guys. I have been exposed to ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 288 views
0 votes
0 answers

how to connect ELK to Oracle DB using JDBC input plugin

How do I connect to ORACLE DB an ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
957 views
0 votes
1 answer

Insert picture into Excel cell

You can add the image into a ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 86,360 points
1,020 views
0 votes
1 answer

ASP.NET generated excel file has different format than extension

You must include the xlsx file extension. The ...READ MORE

Jan 5, 2023 in Others by narikkadan
• 86,360 points
932 views
0 votes
1 answer

Adding column to Excel using Apache POI

The quickest way to add a column ...READ MORE

Nov 19, 2022 in Others by narikkadan
• 86,360 points
2,962 views
0 votes
1 answer

Broken external links in Excel : a leading "file:///" scheme appended to paths can't be evaluated in formulas

If not already done, save and close ...READ MORE

Jan 7, 2023 in Others by narikkadan
• 86,360 points
841 views
0 votes
0 answers

Why choose aws

The question is that simple. Why should ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 161 views
0 votes
0 answers

Public variable for captura path in vba excel

I need to record the path of ...READ MORE

Jan 22, 2023 in Others by Kithuzzz
• 38,000 points

edited Mar 4 228 views
0 votes
1 answer

How to use .status folder for WhatsApp status saver app in android 11 scoped storage?

Request the user to give permission to ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,730 points
3,426 views
0 votes
1 answer

Filter/Extract a text from excel sheet having similar values

ISNUMBER(SEARCH("Maria,",SUBSTITUTE(A1:A4,"]",",")))  shows TRUE if Maria is found and false if it would ...READ MORE

Jan 9, 2023 in Others by narikkadan
• 86,360 points
743 views
0 votes
1 answer
0 votes
0 answers

Cannot resolve symbol 'Theme' in styles.xml (Android Studio)

Since today, Android Studio can't find the ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
2,736 views
0 votes
1 answer

How can I remove an attribute with jQuery?

The removeAttr() method is an inbuilt method in jQuery ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,690 points
10,266 views
0 votes
1 answer

A value which should be judged by a scale gets bad judgement sometimes

Only the period (.) is accepted by ...READ MORE

Jan 8, 2023 in Others by narikkadan
• 86,360 points
782 views
0 votes
0 answers

AWS cron expression to run a job every 2 days once

I need to plan a task in ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 288 views
0 votes
1 answer

How to Clear Table Style in Office Scripts?

Excel tables on the web are constantly ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 86,360 points
1,382 views
0 votes
1 answer

Excel: Group rows and add minimum and maximum from two different columns within the group

You can accomplish your goal with Power ...READ MORE

Dec 19, 2022 in Others by narikkadan
• 86,360 points
1,598 views
0 votes
1 answer

Excel Formula multiple Index Match and Average the result

If the conditions are separate and unrelated, ...READ MORE

Oct 31, 2022 in Others by narikkadan
• 86,360 points
3,754 views
0 votes
1 answer

Rails - Export records to downloadable excel file using axlsx gem (Keep MVC)

Use  axlsx_rails Gem with the template. In my case, ...READ MORE

Nov 19, 2022 in Others by narikkadan
• 86,360 points
2,928 views
0 votes
1 answer

Weird Date change when copying a Worksheet into a new workbook

Try  this: Dim wb ...READ MORE

Jan 10, 2023 in Others by narikkadan
• 86,360 points
673 views
0 votes
1 answer

PHPExcel freeze row and columns

You must be attempting to Freeze both ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 86,360 points
2,970 views
0 votes
1 answer

Get random value in the range of plus/minus 10% of a cell value in Excel

Why not just use RANDBETWEEN(B2*0.9, B2*1.1) if ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 86,360 points
1,355 views
0 votes
1 answer

How can find location of value in a square using excel

For the cell address: =LET(ζ,B4:F11,BASE(MIN(IF(ζ=M ...READ MORE

Jan 7, 2023 in Others by narikkadan
• 86,360 points
788 views
0 votes
1 answer

How do I merge multiple excel files to a single excel file

You copy a worksheet from before each ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 86,360 points
1,390 views
0 votes
0 answers

Deploy MERN stack on AWS

I am developing application with MERN stack. Can ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 5,380 points
984 views
0 votes
1 answer

Excel Formula: Count cells where value is date

Dates in Excel are just formatted numbers, ...READ MORE

Dec 11, 2022 in Others by narikkadan
• 86,360 points
1,955 views
+1 vote
0 answers

Docker container will automatically stop after "docker run -d"

According to the tutorials I've read so ...READ MORE

Jan 2, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
981 views
0 votes
1 answer

How to convert data from txt files to Excel files using python

Hi , there are few steps to ...READ MORE

Feb 16, 2022 in Others by Edureka
• 13,690 points
14,811 views
0 votes
1 answer

Excel countif entire row in a table

Try this: =COUNTIF(B:B,"my citeria") so if your Column ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 86,360 points
1,338 views
0 votes
0 answers

Which service in aws allows you to create and delete

I am new to cloud computing so ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 259 views
0 votes
1 answer

How do I use method overloading in Python?

It's method overloading, not method overriding. And in Python, ...READ MORE

Jan 4, 2023 in Python by Elton
• 400 points
901 views
0 votes
1 answer

DYNAMIC EXCEL REPORT - Make Excel Formula automatically add itself when new rows added

This is your formula: =COUNTIF(Sheet1!$A$2:$B$15,Sheet2!B1) Chan ...READ MORE

Jan 6, 2023 in Others by narikkadan
• 86,360 points
817 views
0 votes
1 answer

Get selected value of a dropdown's item using jQuery

Use the jQuery: selected selector in combination ...READ MORE

Jun 3, 2022 in JQuery by Edureka
• 13,690 points
10,169 views
0 votes
0 answers

Can I reschedule aws certification exam

So I just wanted to ask this. ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 254 views
0 votes
0 answers

aws vs azure which is better for career

Hi guys. I am transitioning to cloud ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 268 views
0 votes
0 answers

Redshift removal of explicit locks lead to missing rows/duplicated rows. Best resolution?

I have a use case where several ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 252 views
0 votes
2 answers

How to change the default Jenkins port in Windows?

Hi@akhtar, Yes, you can change Jenkins port no. ...READ MORE

Jun 3, 2020 in Jenkins by MD
• 95,460 points
30,100 views
0 votes
0 answers

How to add raw body to a REST url using power query connector?

I want to login to this URL ...READ MORE

Jan 20, 2023 in Power BI by Ganesh

edited Mar 4 219 views
0 votes
0 answers

What are the uses of amazon glacier

Hi. So I was wandering around S3 ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 205 views
0 votes
1 answer

Excel to CSV with UTF8 encoding

Use of Google Spreadsheet is a straightforward ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 86,360 points
1,416 views
0 votes
0 answers

How to download aws certificate

So I passed the AWS cloud practitioner ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 259 views
+1 vote
2 answers

Which is better for my career further: DevOps or Data Science?

Hello, Willing to know Data Science salary and ...READ MORE

Feb 14, 2022 in Career Counselling by Emily Hilton
31,121 views
0 votes
0 answers

How to connect keyhole to AWS DocumentDB?

I want to run performance testing using ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 222 views
0 votes
1 answer

Excel - Find the Max for Total revenue just for year 1

In Office365 and LibreOffice Calc, there is ...READ MORE

Jan 8, 2023 in Others by narikkadan
• 86,360 points
712 views
0 votes
0 answers

Connect to RDS through VPC Peering

I'm attempting to establish a VPC Peering ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 299 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
• 86,360 points
3,130 views
0 votes
0 answers

Using podman instead of docker for the Docker@2 task in Azure DevOps

Our build agent is running Podman 3.4.2, and each terminal session has a global alias that just replaces docker with podman, thus the command docker —version returns podman version 3.4.2 as a consequence. The purpose is to employ podman in an Azure DevOps pipeline for the Docker@2 task: steps: - task: Docker@2 displayName: Build and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
1,787 views
0 votes
0 answers

How to use aws cli

Hi guys. I am getting started with ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 249 views