Trending questions in Edureka Community

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,680 points
1,022 views
0 votes
1 answer

How to read single Excel cell value

You need to cast it to a ...READ MORE

Nov 19, 2022 in Others by narikkadan
• 63,680 points
632 views
0 votes
0 answers

Making TextView scrollable on Android

The text I'm showing in a TextView ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
477 views
0 votes
0 answers

Google map myLocation button color after tracking user current location - ios

In Google map ios app i find ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
729 views
0 votes
1 answer

Paste special issue, From Excel to Word

Since the table in the word document ...READ MORE

Nov 20, 2022 in Others by narikkadan
• 63,680 points
581 views
0 votes
0 answers

Can PHP arrays hold items of different type?

The definition of an array in other ...READ MORE

Nov 16, 2022 in Database by Ashwini
• 5,430 points
776 views
0 votes
1 answer

Excel - IF combined with Index Match

Try: =IFERROR(IF(ISNUMBER(O2),VLOOKUP(A2,Sheet2!$C$2:$E$10,3,FALSE),""),"") =IFERROR(IF(ISNUMBER(O2),INDEX(Sheet2!$E$2:$E$10,MATCH(A2,Sheet2!$C$2:$C$10,0)),""),"") where the first "" means that O2 is not a number, ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,680 points
715 views
0 votes
1 answer

Excel dropdown with name/value pairs

Solution Define a range to use as the ...READ MORE

Oct 7, 2022 in Others by narikkadan
• 63,680 points
2,473 views
0 votes
0 answers

How to get current time and date in Android?

How can I get the current time ...READ MORE

Nov 22, 2022 in Android by Edureka
• 12,690 points
500 views
0 votes
0 answers

Android: why the ICICI iMobile Pay App shows the "rooted/jailbroken" device with my app?

The ICICI iMobile Pay app displays the ...READ MORE

Nov 9, 2022 in Android by Edureka
• 12,690 points
1,062 views
0 votes
1 answer

Is it possible to round to different decimal places in excel based on the range?

Where the range is multiple cells: Excel.Worksheet sheet ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,680 points
662 views
0 votes
0 answers

Opening Instagram app from a link on iOS

I am providing a feed which is ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
1,096 views
0 votes
2 answers

Disable AWS S3 Management Console

Yes, it is possible to disable the ...READ MORE

Jun 20, 2023 in Others by Khan Sarfaraz
• 700 points
746 views
0 votes
1 answer

Spell check an Excel sheet in VBA

Use this code to check the whole ...READ MORE

Nov 19, 2022 in Others by narikkadan
• 63,680 points
607 views
0 votes
0 answers

Check if element found in array c++

How can I see if the element ...READ MORE

Nov 17, 2022 in C++ by Ashwini
• 5,430 points
715 views
0 votes
0 answers

Repeating triangle pattern in Python

Depending on the integer input, I need ...READ MORE

Nov 24, 2022 in Python by sarit
• 1,830 points
408 views
0 votes
0 answers

Can you control GIF animation with Javascript?

Is it feasible to use Javascript to ...READ MORE

Nov 16, 2022 in Java by Nicholas
• 7,760 points
756 views
0 votes
0 answers

Where is com.google.android.mms.*?

I'm writing an Android app that will ...READ MORE

Nov 24, 2022 in Android by Tejashwini
• 3,820 points
411 views
0 votes
1 answer

Understanding GCP IAM between multiple projects

Roles set on one project cannot be ...READ MORE

Nov 7, 2022 in GCP by Tejashwini
• 3,820 points
1,167 views
0 votes
1 answer

Excel: Search for a list of strings within a particular string using array formulas?

If a match is detected, this will ...READ MORE

Oct 3, 2022 in Others by narikkadan
• 63,680 points
2,598 views
0 votes
1 answer

Excel formula to replace or stubstitute only text that starts with a certain letter

You're requesting a "formula." Normally, you would ...READ MORE

Nov 21, 2022 in Others by narikkadan
• 63,680 points
478 views
0 votes
0 answers

How to check whether a variable is a class or not?

I was wondering how to check whether ...READ MORE

Nov 24, 2022 in Python by sarit
• 1,830 points
401 views
0 votes
5 answers

Moving mouse pointer to a specific location or element using C# and Selenium

n order to perform a 'mouse hover' ...READ MORE

Dec 16, 2020 in Selenium by Gitika
• 65,890 points
50,324 views
0 votes
1 answer

Using "If cell contains #N/A" as a formula condition.

Input the following formula in C1: =IF(ISNA(A1),B1,A1*B1) Screenshots: When #N/A: When not ...READ MORE

Nov 21, 2022 in Others by narikkadan
• 63,680 points
476 views
0 votes
1 answer

How to remove gridlines on select cells in Google Sheets?

The google sheets don't have an exact ...READ MORE

Nov 20, 2022 in Others by narikkadan
• 63,680 points
550 views
0 votes
1 answer

Trouble pasting a Word equation into Excel

Use this: Sub ExpandEqn(MyText As String) ...READ MORE

Nov 21, 2022 in Others by narikkadan
• 63,680 points
471 views
0 votes
1 answer

How to freeze the top row and the first column using XlsxWriter?

You can use worksheet.freeze_panes() to achieve this . There ...READ MORE

Oct 11, 2022 in Others by narikkadan
• 63,680 points
2,277 views
0 votes
0 answers

Creating an iOS Swift Application that gets synonyms and definitions for words entered by the user

I am working on an iOS application ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
691 views
0 votes
1 answer

java.sql.SQLException: - ORA-01000: maximum open cursors exceeded

The maximum-open-cursors error, also known as ORA-01000, ...READ MORE

Sep 11, 2022 in Database by narikkadan
• 63,680 points

edited Jul 5, 2023 by Khan Sarfaraz 3,570 views
0 votes
1 answer

Python: Convert PDF to DOC

Install LibreOffice and try this: lowriter --invisible --convert-to ...READ MORE

Nov 15, 2022 in Others by narikkadan
• 63,680 points
758 views
0 votes
1 answer

Flutter project in iOS emulator takes forever to run, but its worked on Android emulator

Try flutter clean and flutter build ios ...READ MORE

Nov 18, 2022 in Mobile Development by gaurav
• 23,260 points
619 views
0 votes
0 answers

ionic build ios error ( ionic cordova build ios )

When i run "ionic cordova build ios" ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
767 views
0 votes
1 answer

Excel Power Pivot/Data Model

Here is the answer for your question: ...READ MORE

Nov 15, 2022 in Others by narikkadan
• 63,680 points
748 views
0 votes
0 answers

Swift - Find antilog for 4 digit Integer in iOS

I need to find an antilog for 5995. ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
1,059 views
0 votes
1 answer

Match Android apk SHA256 with SafetyNet apkCertificateDigestSha256

You've missed a keyword in the download ...READ MORE

Nov 8, 2022 in Android by Edureka
• 12,690 points
1,111 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,680 points
870 views
0 votes
0 answers

Twilio incoming call is not working in iOS

I am working on Twilio programmable voice ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
669 views
0 votes
0 answers

Why can you run a Kotlin coroutine on the main thread?

I don't understand how this piece of ...READ MORE

Nov 18, 2022 in Kotlin by Tejashwini
• 3,820 points
633 views
0 votes
0 answers

Why doesn't importing java.util.* include Arrays and Lists?

I am using java on debian 5 java ...READ MORE

Nov 16, 2022 in Java by Ashwini
• 5,430 points
716 views
0 votes
0 answers

Number of Downloads in Google Play

For a few months now, I've had ...READ MORE

Nov 24, 2022 in Android by Tejashwini
• 3,820 points
368 views
0 votes
1 answer

Creating an unique export data VBA Macro Function in Excel

Unfortunately, the tables will vary in size. ...READ MORE

Nov 14, 2022 in Others by narikkadan
• 63,680 points
774 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,620 points
955 views
0 votes
1 answer

Force download excel file not working on web server

Change the content type to Content-Type: application/vnd.ms-excel Or try ...READ MORE

Oct 11, 2022 in Others by narikkadan
• 63,680 points
2,241 views
0 votes
0 answers

ANDROID_SDK_ROOT=undefined (recommended setting) while building ionic app using Cordova for Android device

I'm attempting to use Cordova and the ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,620 points
3,113 views
0 votes
1 answer

Unrecognized SSL message, plaintext connection? Exception

It is due to the fact that ...READ MORE

Feb 22, 2022 in Java by Aditya
• 7,680 points
12,193 views
0 votes
0 answers

ios - Sign-in With Apple: Didn't get privaterelay.appleid.com when hide email in Simulator

I'm working on Apple Sign In in ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
743 views
0 votes
0 answers

How to get original image when we zoom in and zoom out the image in ios

Hi i am beginner in ios and ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
656 views
0 votes
0 answers

List of iOS font names

If you look at this nice list ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
1,039 views
0 votes
0 answers

Prevent screen rotation on Android

Because I'm starting an AsyncTask, which is ...READ MORE

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

How do I insert a WebP-image (".jpg") in Excel using VBA?

It's not currently on the list of ...READ MORE

Nov 15, 2022 in Others by narikkadan
• 63,680 points
722 views