Trending questions in Edureka Community

0 votes
1 answer

How to query a matrix for multiple values and receive value

Try: =IFERROR(INDEX(SORT(SORT(FILTER(MATRIX, (LENGTHS>length)*(WEIGHTS>weight)),1,1),2,1),1,3),1) , where MATRIX, LENGTHS, and WEIGHTS ...READ MORE

Feb 11, 2023 in Others by Kithuzzz
• 38,000 points
832 views
0 votes
1 answer

Hide or visible sheets

Use a loop instead of repeating very similar ...READ MORE

Feb 10, 2023 in Others by narikkadan
• 63,600 points
873 views
0 votes
1 answer

Excel: How to set a dropdown list cell to fetch list of strings from an API JSON response

The values you wish to display in ...READ MORE

Jan 30, 2023 in Others by narikkadan
• 63,600 points
1,332 views
0 votes
0 answers

Getting error message about master.sys.sysclsobjs while converting SQL Server database to Azure

I have a database with SQL Server ...READ MORE

Feb 14, 2023 in Azure by Damonlang
• 1,230 points
698 views
0 votes
0 answers

Best way to keep Azure Postgres in sync with Azure SQL

For the use of pretty much everything, ...READ MORE

Feb 14, 2023 in Azure by Damonlang
• 1,230 points
695 views
0 votes
1 answer

Searching Multiple Criteria In Large Data Set to make new Data Set Excel VBA

Copy the data to an array, filter ...READ MORE

Jan 31, 2023 in Others by narikkadan
• 63,600 points
1,285 views
0 votes
0 answers

What is the role of Advanced SME in Azure Synapse Analytics?

I watched a training video for Azure ...READ MORE

Feb 14, 2023 in Azure by Damonlang
• 1,230 points
686 views
0 votes
1 answer

Excel VBA - Out of memory when create a dynamic array formula

Try this: Sub MyArray() Range("A1").Formula2 = "=R[2]C[2]:R[2]C[6]" End Sub But that ...READ MORE

Feb 9, 2023 in Others by narikkadan
• 63,600 points
880 views
0 votes
0 answers

What is DevOps cloud engineer?

Could someone please explain what a DevOps ...READ MORE

Feb 15, 2023 in DevOps & Agile by Edureka
• 13,630 points
640 views
0 votes
1 answer

PowerQuery Extract everything before alphabet from a column

Add column, custom column, with formula: = ...READ MORE

Feb 9, 2023 in Others by narikkadan
• 63,600 points
874 views
0 votes
0 answers

What do CI tools enable DevOps engineers to do?

Can anyone tell me what do CI ...READ MORE

Feb 15, 2023 in DevOps & Agile by Edureka
• 13,630 points
635 views
0 votes
1 answer

Excel Formula Extract any number greater than x charters from a string

Given that you employ two separate delimiters, ...READ MORE

Feb 16, 2023 in Others by narikkadan
• 63,600 points
568 views
0 votes
0 answers

In which language is basically written Chrome Browser on Android?

What language is the Android version of ...READ MORE

Nov 10, 2022 in Android by Edureka
• 13,630 points
1,106 views
0 votes
1 answer

How to increment a column value if it repeats, otherwise reset to 1?

Use COUNTIF: =COUNTIF(A$2:A2,A2) The absolute and relative cell coordinates ...READ MORE

Feb 4, 2023 in Others by narikkadan
• 63,600 points
1,080 views
0 votes
1 answer

Excel file download using java - Error : File is corrupted

Try this: @GetMapping("/downloadDOA") public ...READ MORE

Dec 28, 2022 in Others by narikkadan
• 63,600 points
2,720 views
0 votes
1 answer

Excel VBA: Auto increment cell value after each printing

Print Copies of Single Worksheet With Increment Option ...READ MORE

Jan 22, 2023 in Others by narikkadan
• 63,600 points
1,635 views
0 votes
0 answers

Termux code to install git on termux in Android mobile

$ pkg install github Says: Reading state information... Done E: ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,630 points
2,194 views
0 votes
1 answer

I need help connecting my python file to excel to execute the output of my program to excel

you can replace concat with append and its will work but ...READ MORE

Feb 4, 2023 in Others by narikkadan
• 63,600 points
1,065 views
0 votes
1 answer

Excel formula in Pandas

 Use this: df['col2'] = df['col1'].shift().lt(df['col1']).astype(int) I hope this helps ...READ MORE

Jan 6, 2023 in Others by narikkadan
• 63,600 points
2,320 views
0 votes
0 answers

I want to create excel driven framework in selenium java

I m working on selenium java framework, ...READ MORE

Feb 28, 2023 in Selenium by Rajat

edited Mar 5 47 views
0 votes
0 answers

How do I transition to DevOps Engineer?

Could you please tell me how to ...READ MORE

Feb 14, 2023 in DevOps & Agile by Edureka
• 12,690 points
652 views
0 votes
1 answer

Having trouble hiding activecell column across tabs using vba

You might keep track of the location ...READ MORE

Feb 9, 2023 in Others by narikkadan
• 63,600 points
845 views
0 votes
1 answer

How can I automatically formulate a column while adding values ​to another? EXCEL

Use a # in your range references ...READ MORE

Feb 16, 2023 in Others by Kithuzzz
• 38,000 points
508 views
0 votes
0 answers
0 votes
0 answers

Azure Data Engineer Associate certificate - preparation, Microsoft learn platform

Has anyone tried using Microsoft's online training ...READ MORE

Feb 14, 2023 in Azure by Damonlang
• 1,230 points
635 views
0 votes
0 answers

Spring Maven clean error - The requested profile "pom.xml" could not be activated because it does not exist

I am  getting this message when I ...READ MORE

May 8, 2022 in Java by Kichu
• 19,040 points
9,394 views
0 votes
1 answer

How To Copy/Cut Row of Data Based on TRUE/FALSE Condition [Excel VBA]

Solution Loop through the rows on the Price ...READ MORE

Feb 4, 2023 in Others by narikkadan
• 63,600 points
1,042 views
0 votes
0 answers

What are the different job roles one can apply by doing DevOps course?

What are the various job roles one ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 57 views
0 votes
0 answers

Is it required for a QA tester to learn DevOps?

Is it necessary for a QA tester ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 56 views
0 votes
0 answers

Can I able to switch my career from QA tester to DevOps?

Is it possible to switch my career ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 56 views
0 votes
0 answers

How can I become a DevOps Engineer from Tester?

Could someone tell me how to become ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 54 views
0 votes
1 answer

How do I copy a specific range of cells after I use AutoFilter in VBA?

Set the range of filtered data Set Rng ...READ MORE

Feb 2, 2023 in Others by narikkadan
• 63,600 points
1,106 views
0 votes
0 answers

Are devops engineers in demand?

Is there demand for devops engineer? READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 53 views
0 votes
0 answers

How do I switch from Developer to DevOps?

Could someone tell me how to switch ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 53 views
0 votes
1 answer

OR and IF function for multiple values

Your OR functions will always return TRUE ...READ MORE

Feb 13, 2023 in Others by narikkadan
• 63,600 points
631 views
0 votes
1 answer

Python Error when I'm converting Excel to JSON

The "Birth Year" value in the p ...READ MORE

Feb 5, 2023 in Others by narikkadan
• 63,600 points
971 views
0 votes
1 answer

Inferior statement

Try this: =IF(ISBLANK(A1),"Date Missing",IF((B1-A1)<365,"Death& ...READ MORE

Feb 10, 2023 in Others by narikkadan
• 63,600 points
752 views
0 votes
1 answer

How to pass parameters in GET requests with jQuery?

Hello, Here is the syntax using jQuery $.get $.get(url, data, ...READ MORE

Apr 28, 2020 in JQuery by Niroj
• 82,840 points
44,693 views
0 votes
1 answer

Excel Power Query Moves old Data to the right

Just empty the page and then add ...READ MORE

Feb 16, 2023 in Others by Kithuzzz
• 38,000 points
455 views
0 votes
1 answer

How do I output the row containing the lowest value from a specific column inside a filtered dynamic array?

Instead of using 1 filter function to ...READ MORE

Feb 6, 2023 in Others by narikkadan
• 63,600 points
918 views
0 votes
0 answers

How do I switch my career from QA tester to DevOps?

How can I switch my career from ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 36 views
0 votes
0 answers

Is DevOps and System Administrator the same?

Is DevOps and System Administrator both  roles ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 32 views
0 votes
0 answers

How do I switch to DevOps from Automation Testing?

Could someone tell me how to switch ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 32 views
0 votes
0 answers

Is DevOps a good domain?

Could anybody tell me whether the DevOps ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 31 views
0 votes
0 answers

Is DevOps a suitable profession for System Admins?

Is DevOps a suitable field for System ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 30 views
0 votes
0 answers

Which is the best devops course, if want to master all the concepts of cloud?

Which devops course is recommended if I ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 30 views
0 votes
0 answers

How can I go from System Administration to DevOps?

Could someone tell me how I can ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 30 views
0 votes
0 answers

What are the job opportunities for a devops engineer?

What job roles are provided to a ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 13,630 points

edited Mar 5 29 views
0 votes
0 answers

How do I shift my career from production support analyst to a DevOps Engineer?

How can I shift my career from ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 29 views
0 votes
0 answers

How can a Linux System Administrator switch to a DevOps profile/job?

Can a Linux System Admin switch to ...READ MORE

Feb 27, 2023 in DevOps & Agile by Edureka
• 12,690 points

edited Mar 5 29 views