Trending questions in Edureka Community

0 votes
1 answer

Combine Two Formulas in Separate Cells Into One Cell

Use the openpyxl module in Python to do that, ...READ MORE

Mar 26, 2023 in Others by Kithuzzz
• 38,000 points
1,071 views
0 votes
1 answer

I am creating mobile application on flutter but facing error of tflite library

The error you're encountering means that there ...READ MORE

Mar 18, 2023 in Android by pooja
1,481 views
0 votes
1 answer

Click cell to generate dynamic table

Try the following: The formula in F1 (as per my ...READ MORE

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

Return empty cell from formula in Excel

There is no way to do this ...READ MORE

Nov 20, 2022 in Others by narikkadan
• 86,360 points
6,511 views
0 votes
1 answer

Type the max number title in Excel

If you have duplicates and want to ...READ MORE

Apr 2, 2023 in Others by Kithuzzz
• 38,000 points
764 views
0 votes
0 answers

Name must follow the pattern

RROR: Name must follow the pattern '^[a-zA-Z0-9]+((\.|_|__|-+ ...READ MORE

Apr 17, 2023 in DevOps & Agile by Swapnil

edited Mar 5 123 views
0 votes
0 answers
0 votes
1 answer

VBA Switch from an open excel app to a different open Excel app

Switch Between Excel Instances Using AppActivate After app-activating, you ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 86,360 points
889 views
0 votes
1 answer

Filter only certain columns in Excel Pivot Tables

Pivot Tables are mainly designed to create aggregated data from ...READ MORE

Apr 4, 2023 in Others by Kithuzzz
• 38,000 points
655 views
0 votes
1 answer

Excel - allow result to change if value is greater than

Try this: =IF(OR(C9>1200,D9>1200),E9*E$4,E9*E$3) It will determine if C9 or ...READ MORE

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

How to change date format from 201904 to Apr-19 in excel

This 201904 is recognised as a number ...READ MORE

Mar 31, 2023 in Others by Kithuzzz
• 38,000 points
818 views
0 votes
1 answer

Macro VBA code failing to execute a section of the code without an error

You get your code to make a ...READ MORE

Mar 24, 2023 in Others by Kithuzzz
• 38,000 points
1,119 views
0 votes
0 answers

What are the roles and responsibilities of Research and Development Manager

Multiple crucial tasks are carried out by ...READ MORE

Apr 14, 2023 in Career Counselling by anonymous

edited Mar 5 227 views
0 votes
1 answer

How to detect value in change in excel using python?

You might keep a txt file with ...READ MORE

Mar 24, 2023 in Others by Kithuzzz
• 38,000 points
1,118 views
0 votes
1 answer

How can I dismiss the on screen keyboard?

To dismiss the on-screen keyboard, you can ...READ MORE

Mar 1, 2023 in Android by vishalini
2,090 views
0 votes
1 answer

PHPExcel file cannot open file because the file format or file extension is not valid

Just change the code to this: // Save Excel ...READ MORE

Nov 24, 2022 in Others by narikkadan
• 86,360 points
6,294 views
0 votes
1 answer

Flutter scrollable positioned list support rtl text direction?

To support RTL text direction in the ...READ MORE

Mar 18, 2023 in Android by vishalini
1,417 views
0 votes
1 answer

A button in excel sheet does not work for the first time

When you press the Display button, the ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 86,360 points
830 views
0 votes
1 answer

How to turn a number recognized as string to number

Try this: =VALUE(SUBSTITUTE(A1," ", "")) Or select cells with ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 86,360 points
829 views
0 votes
0 answers

Skip terraform resource if it exists

I'm Getting an error creating a secret ...READ MORE

Mar 16, 2023 in DevOps & Agile by Edureka
• 12,710 points
1,260 views
0 votes
1 answer

Validation of postcodes in several countries

When a value is made up entirely ...READ MORE

Apr 4, 2023 in Others by Kithuzzz
• 38,000 points
604 views
0 votes
1 answer

VBA Help to find a column based on header value and cupy it to an other worksheet

You can break out the "copy column ...READ MORE

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

How to find all internal ranges in a specified range

It is simple to compare once you ...READ MORE

Mar 27, 2023 in Others by narikkadan
• 86,360 points
945 views
0 votes
1 answer

Why does this VBA Macro that copies and paste range into email in the wrong order?

When a message body is created by ...READ MORE

Mar 21, 2023 in Others by Kithuzzz
• 38,000 points
1,203 views
0 votes
1 answer

Another method to extract the last row containing data in a column

The "used range" might not be accurate. ...READ MORE

Mar 28, 2023 in Others by Kithuzzz
• 38,000 points
900 views
0 votes
1 answer

Trying to redo my Export Button Function on my document

You could directly publish the data to ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 86,360 points
810 views
0 votes
1 answer

Extracting tabular data from multiple .xlsx files with inconsistent structures

For a cell that is consistent across ...READ MORE

Mar 25, 2023 in Others by narikkadan
• 86,360 points
1,025 views
0 votes
0 answers

Need help on the following questions

Hi, I have a dataset related to ...READ MORE

Apr 12, 2023 in Tableau by Prakash

edited Mar 5 247 views
0 votes
1 answer

How to do the comand IF THEN in Excel

Try this: =SUM(IF(AND(H39<=38,H39>=20),1,0),... If so then maybe this is ...READ MORE

Mar 28, 2023 in Others by Kithuzzz
• 38,000 points
875 views
0 votes
1 answer

Is there a function in excel to automatically calculate age using date of birth?

Try  =INT((YEARFRAC(TODAY(),B3,1)))  Where cell B3 contains a date like ...READ MORE

Mar 28, 2023 in Others by Kithuzzz
• 38,000 points
868 views
0 votes
1 answer

Adjacent excel cells show same cell address on using =cell("address") formula.

Use the reference argument: =CELL("address",L54) From the docs: reference: The cell that you ...READ MORE

Mar 31, 2023 in Others by Kithuzzz
• 38,000 points
735 views
0 votes
1 answer

Macro throwing error when run from customized ribbon

The original macro was created in an ...READ MORE

Mar 31, 2023 in Others by Kithuzzz
• 38,000 points
723 views
0 votes
1 answer

User form to print an array of sheets

It appears that when a UserForm is ...READ MORE

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

iCell.Value takes too long

Please try the following modified code. The ...READ MORE

Mar 28, 2023 in Others by Kithuzzz
• 38,000 points
845 views
0 votes
1 answer

Vba range object single column autofill

Just refer to the first column of rng. ...READ MORE

Apr 2, 2023 in Others by Kithuzzz
• 38,000 points
624 views
0 votes
1 answer

VBA how to calculate depth of items in excel, simliar to a BOM system

Add on the sheet an ActiveX Microsoft ...READ MORE

Mar 24, 2023 in Others by Kithuzzz
• 38,000 points
1,000 views
0 votes
1 answer

Do you use Firebase for your flutter apps?

Firebase is a popular backend-as-a-service (BaaS) platform ...READ MORE

Mar 20, 2023 in DevOps & Agile by Anitha
1,222 views
0 votes
1 answer

List Fridays and Saturdays in excel

 Try this: =TEXT(FILTER(SEQUENCE(DAY(EOMONTH(A4,0)),,EOMONTH( ...READ MORE

Mar 31, 2023 in Others by Kithuzzz
• 38,000 points
695 views
0 votes
1 answer

Choosing a random text value from a list

Try this: =CHOOSEROWS(FILTER(B2:B100,A2:A100=FALSE),RANDBETWEEN(1, ...READ MORE

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

Should we edit answers that suggest OP ask ChatGPT?

Yes, it is generally not helpful to ...READ MORE

Mar 28, 2023 in ChatGPT by anonymous
• 300 points
878 views
0 votes
1 answer

How swap slots in azure devops?

Yes, you can swap the slots in ...READ MORE

Apr 11, 2023 in DevOps & Agile by anonymous
• 12,710 points

edited Mar 5 718 views
0 votes
0 answers

bitbucket pipeline to push commits to another repo

So this is the scenario i have ...READ MORE

Apr 13, 2023 in DevOps & Agile by anish
• 400 points

edited Mar 5 144 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

Apr 13, 2023 in DevOps & Agile by Edureka
• 13,680 points

edited Mar 5 149 views
0 votes
0 answers

Is it a good choice to go for DevOps from a system admin? What are the basic tools one should know?

Is shifting from S0ystem Admin role to ...READ MORE

Apr 13, 2023 in DevOps & Agile by Edureka
• 12,710 points

edited Mar 5 147 views
0 votes
1 answer

VBA - Insert Spilt Cell Value

Your desired outcome will not be produced ...READ MORE

Apr 1, 2023 in Others by narikkadan
• 86,360 points
642 views
0 votes
1 answer

TextEffect to TextFrame Adjustment (Mismatch)

Delete the original shape and then replace, ...READ MORE

Mar 25, 2023 in Others by narikkadan
• 86,360 points
941 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

Apr 13, 2023 in DevOps & Agile by Edureka
• 12,710 points

edited Mar 5 142 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

Apr 13, 2023 in DevOps & Agile by Edureka
• 13,680 points

edited Mar 5 141 views
0 votes
1 answer

VBA & Ascii Art

This is possible with a two-dimensional array. ...READ MORE

Mar 25, 2023 in Others by narikkadan
• 86,360 points
938 views