Trending questions in Edureka Community

0 votes
0 answers

iOS: transforming a view into cylindrical shape

With Quartz 2D we can transform our ...READ MORE

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

Find function to locate result of a formula, in a cell

There are several attributes to the Find ...READ MORE

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

Apache POI - watermark in Excel - different appearance in Excel and LibreOffice

There is nothing that apache poi could ...READ MORE

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

Rename Excel worksheets from range

Rename Worksheets Using a List There are a ...READ MORE

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

Excel VBA to change background image of shape by clicking on shape

You need to keep track of what ...READ MORE

Sep 23, 2022 in Others by narikkadan
• 63,680 points
2,823 views
0 votes
1 answer

How to format numbers in excel in crores or lacks

Try this: =TEXT(A1/10000000,"#,### \cr") READ MORE

Nov 6, 2022 in Others by narikkadan
• 63,680 points
900 views
0 votes
0 answers

android 3d live wallpaper - what engine to use?

I was curious about how this live ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
528 views
0 votes
1 answer

Is there a way to use LOOKUP/VLOOKUP/HLOOKUP to return headers in EXCEL. Current formula returning wrong value

Try this: =SUMPRODUCT(--(Schedule!$B$3:$F$7=A3)) READ MORE

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

Reversing Text to Columns in Excel/Calc

There are built-in functions that will allow ...READ MORE

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

Excel cells don't calculate until I double-click them

Select all, find-replace = with =, and ...READ MORE

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

Find the differences between 2 Excel worksheets?

Place your column in column A of ...READ MORE

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

Excel web query to login into a website

To be recognized by the web server ...READ MORE

Sep 21, 2022 in Others by narikkadan
• 63,680 points
2,887 views
0 votes
1 answer

'App not Installed' Error on Android

In order to allow installation of apps ...READ MORE

Nov 4, 2022 in Others by gaurav
• 23,260 points
973 views
0 votes
1 answer

Excel How to programmatically hide columns while keeping navigation buttons in view at top

Obviously, this does not help with the ...READ MORE

Nov 8, 2022 in Others by narikkadan
• 63,680 points
803 views
0 votes
0 answers

With arrays, why is it the case that a[5] == 5[a]?

This property of arrays in C is ...READ MORE

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

iOS: Torch level on iPhone 11 Pro

I'm using AVCaptureDevice.setTorchModeOn(level) method to turn on the flashlight ...READ MORE

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

What is the use of the JavaScript 'bind' method?

What is the use of bind() in ...READ MORE

Nov 17, 2022 in Java by Nicholas
• 7,760 points
426 views
0 votes
0 answers

What do I have to do with the A Href link?

How do I set up the anchor ...READ MORE

Nov 16, 2022 in Android by Edureka
• 12,690 points
468 views
0 votes
0 answers

How to play YouTube video in my Android application?

How can I embed YouTube videos in ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
505 views
0 votes
1 answer

android studio calling button

You may utilize the upcoming code. intent =new ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
672 views
0 votes
0 answers

How to get Android application id?

How can I connect with other programs ...READ MORE

Nov 17, 2022 in Android by Edureka
• 13,620 points
417 views
0 votes
1 answer

Number format in excel: Showing % value without multiplying with 100

You just need to select Custom from ...READ MORE

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

How To Use VBA To Share Excel File With Fellow Office User?

PowerApps were referenced; if you have a ...READ MORE

Oct 28, 2022 in Others by narikkadan
• 63,680 points
1,259 views
0 votes
1 answer

Excel Reference To Current Cell

Create a formula with the name THIS ...READ MORE

Mar 25, 2022 in Database by gaurav
• 23,260 points
10,647 views
0 votes
1 answer

MS Excel showing the formula in a cell instead of the resulting value

Make sure that... There's an = sign before the formula There's ...READ MORE

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

In GCP share a VPN gateway with other projects

You must consider the following factors: Cost: It ...READ MORE

Nov 8, 2022 in GCP by Ashwini
• 5,430 points
784 views
0 votes
0 answers

Is it possible to create turn-by-turn GPS navigation app on Android/iOS using Google Maps?

Today I've talked to a client and ...READ MORE

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

How to use count and group by at the same select statement

This will do what you want (list of ...READ MORE

Nov 7, 2022 in Others by gaurav
• 23,260 points
858 views
0 votes
1 answer

Why firefox is written in C++ and javascript UI?

First off, Java and JavaScript are entirely ...READ MORE

Nov 8, 2022 in Java by Damonlang
• 700 points
775 views
0 votes
1 answer

What does file:///android_asset/www/index.html mean?

file:/// is a URI (Uniform Resource Identifier) ...READ MORE

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

Sign out from google and facebook in android application

Just for the record. This is how ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
466 views
0 votes
0 answers

What's the difference between !! and ? in Kotlin?

Kotlin is new to me. What makes ...READ MORE

Nov 18, 2022 in Kotlin by Tejashwini
• 3,820 points
364 views
0 votes
1 answer

How to update an existing excel .ods file?

It cannot be altered unless the original ...READ MORE

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

Check if a variable is a string in JavaScript

This is what I've found to be ...READ MORE

Nov 15, 2022 in Java by Damonlang
• 1,230 points
441 views
0 votes
1 answer

Excel get percentage of difference between numbers?

Find the percentage of change between two ...READ MORE

Nov 8, 2022 in Others by gaurav
• 23,260 points
739 views
0 votes
0 answers

In Python, what does a "r" mean before a string?

In Python, what does a "r" mean ...READ MORE

Nov 17, 2022 in Python by Samuel
• 460 points
375 views
0 votes
1 answer

Excels INDEX with MATCH for multiple criteria

How to Use INDEX MATCH With Multiple Criteria ...READ MORE

Nov 8, 2022 in Others by gaurav
• 23,260 points
737 views
0 votes
1 answer

How to display databases in Oracle 11g using SQL*Plus

A MySQL "database" can be compared to ...READ MORE

Sep 12, 2022 in Database by narikkadan
• 63,680 points
3,223 views
0 votes
0 answers

How to create an array containing 1...N

I'm looking for alternatives to the following for creating a JavaScript array with values ranging from 1 to N, where N is only known at  runtime. var foo = []; for (var i = ...READ MORE

Nov 15, 2022 in Java by Nicholas
• 7,760 points
459 views
0 votes
1 answer

Pivot Chart Table in Excel To Calculate the Count and Display the Chart

It should look something like this: READ MORE

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

Add a shape to a specific cell in Excel

When you use SORT() or data->sort on ...READ MORE

Oct 24, 2022 in Others by narikkadan
• 63,680 points
1,387 views
0 votes
0 answers

How to integrate @2x @3x images to React Native Project (Both Android & IOS)?

I had added the same image's versions ...READ MORE

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

How can I get nested virtualization working on e2-micro GCP VM?

I've been attempting to use the Google ...READ MORE

Nov 9, 2022 in GCP by Ashwini
• 5,430 points
707 views
0 votes
0 answers

How do I stop iOS from converting a small pointing right triangle character into a rectangluar boxed triangle symbol?

 I've tried entering the small pointing right ...READ MORE

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

Using the Google Cloud Platform SDK CLI to List all Active Resources Under a Given Project

For a specific organization, folder, or project, ...READ MORE

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

Simple Android RecyclerView example

Begin with a blank activity. The actions ...READ MORE

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

Alternatives to Subtotal function in excel

In an unused column to the right ...READ MORE

Nov 10, 2022 in Others by narikkadan
• 63,680 points
639 views
0 votes
0 answers

accessing and downloading on demand resources iOS9

I am trying to implement new iOS9 ...READ MORE

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

How to round to at most 2 decimal places, if necessary

I'd like to round at most two ...READ MORE

Nov 9, 2022 in Java by Nicholas
• 7,760 points
694 views
0 votes
0 answers

How to define a two-dimensional array?

The following is how I want to d ...READ MORE

Nov 17, 2022 in Python by Ashwini
• 5,430 points
357 views