Trending questions in Edureka Community

0 votes
1 answer

Excel Formula Query on Summing Annual Leave Days and Half Days

Try Something like =SUM(COUNTIF($A$1:$A$8,"A"),COUNTIF($A$1:$A$8,"HA")/2) - total count ...READ MORE

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

Excel remaining days count from today until due date minus weekends?

The problem is that you are not ...READ MORE

Nov 14, 2022 in Others by narikkadan
• 63,600 points
477 views
0 votes
0 answers

How to validate password using following conditions?

Password should contain At least one uppercase letter At ...READ MORE

Nov 15, 2022 in Java by Nicholas
• 7,760 points
366 views
0 votes
0 answers

IOS: copy a file in documents folder

In my project I have two file ...READ MORE

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

Making ringtone of music files on Iphone

Is it feasible to use an app ...READ MORE

Nov 16, 2022 in IOS by Soham
• 9,710 points
402 views
0 votes
1 answer

Using group by on multiple columns

Let me give you an example. A ...READ MORE

Jan 4, 2023 in Data Science by Smruthi Kilari

edited Mar 5 885 views
0 votes
0 answers

Detect if the device is iPhone X

The UINavigationBar in my iOS app has ...READ MORE

Nov 16, 2022 in IOS by Soham
• 9,710 points
396 views
0 votes
1 answer

How to programmatically distinguish Excel 2019 from 2016?

Using the output of the MS Office ...READ MORE

Nov 11, 2022 in Others by narikkadan
• 63,600 points
590 views
0 votes
0 answers

What does FrameLayout do?

I'm a newbie programmer. When I was ...READ MORE

Nov 17, 2022 in Android by Edureka
• 13,620 points
349 views
0 votes
0 answers

What languages are Windows, Mac OS X and Linux written in?

I was just wondering who knows what ...READ MORE

Nov 24, 2022 in Linux Administration by Logan
• 2,140 points

edited Mar 4 42 views
0 votes
1 answer

What is the application name of Microsoft Excel?

The name and path of Excel can ...READ MORE

Nov 5, 2022 in Others by narikkadan
• 63,600 points
846 views
0 votes
3 answers

import NumPy as np ImportError: No module named NumPy

You need to install numpy using pip install ...READ MORE

Dec 16, 2020 in Python by Roshni
• 10,480 points
35,920 views
0 votes
1 answer

Excel issue "excel 4.0 function stored in defined names"

I don't want to revive an old ...READ MORE

Nov 5, 2022 in Others by narikkadan
• 63,600 points
843 views
0 votes
0 answers

IOS - Old version of app being installed from the app store

I released an update to my app ...READ MORE

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

when i try to install hadoop 3.3.1 on ubuntu VM base on https://youtu.be/03uyN3WquIc

when i type cd /usr/local/hadoop/ in command i ...READ MORE

Nov 24, 2022 in Big Data Hadoop by Farah

edited Mar 4 35 views
0 votes
0 answers

AppCenter IOS App store connection error finding app

I am trying to connect appcenter to ...READ MORE

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

How can I make a div stick to the top of the screen once it's been scrolled to?

To make an element sticky, use the ...READ MORE

Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
4,804 views
0 votes
0 answers

Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm

I want to compile an open source ...READ MORE

Nov 24, 2022 in Linux Administration by Logan
• 2,140 points

edited Mar 4 28 views
0 votes
0 answers

How to design scalable video streaming architecture using GCP?

I have a program for streaming videos ...READ MORE

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

Chmod 777 to a folder and all contents

I have a web directory /www and ...READ MORE

Nov 24, 2022 in Linux Administration by Logan
• 2,140 points

edited Mar 4 27 views
0 votes
1 answer

Is there a way in Microsoft Excel to give specific bins different bin widths when making a histogram plot?

Excel built-in histogram tool only allows equal ...READ MORE

Oct 2, 2022 in Others by narikkadan
• 63,600 points
2,322 views
0 votes
0 answers

How to find all files containing specific text (string) on Linux?

How do I find all files containing ...READ MORE

Nov 24, 2022 in Linux Administration by Logan
• 2,140 points

edited Mar 4 25 views
0 votes
1 answer

Avoiding index & match #N/A value

Use IFERROR to set an alternative value if the ...READ MORE

Nov 14, 2022 in Others by narikkadan
• 63,600 points
440 views
0 votes
2 answers

Python Error: No python at 'C:\Users\dell\Appdata\Local\Programs\Python\Python37-32\python.exe'

follow these steps:- 1.open file ->setting -> interpreter ...READ MORE

Apr 30, 2021 in Python by Kiran Ahluwalia

edited Mar 5 31,332 views
0 votes
1 answer

How to show console in jsfiddle

Normally by pressing F12 or using inspect ...READ MORE

Nov 7, 2022 in Java by Damonlang
• 700 points
774 views
0 votes
1 answer

Find occurrence count of a number in Excel

First split those integer values into their ...READ MORE

Oct 30, 2022 in Others by narikkadan
• 63,600 points
1,081 views
0 votes
0 answers

Your app contains exposed Google Cloud Platform (GCP) API keys. Please see this Google Help Center article for details

Even though Google Play Store still displays ...READ MORE

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

How to send data to my database from html and css Contact Us Form?

Hello @Sign, It is simple to create contact ...READ MORE

Aug 4, 2020 in Database by Niroj
• 82,840 points
36,305 views
0 votes
1 answer

How to use useState hook in React with typescript correctly?

You can set a string type for it Explicit way: const ...READ MORE

Aug 3, 2022 in TypeSript by Abhinaya
• 1,160 points
4,855 views
0 votes
1 answer

Is there a reason why these bars wont line up in my excel chart?

STEPS Hover your mouse over any of the ...READ MORE

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

Excel VBA : HOW TO PRINT THE TEXT IN A CELL (like Wrap Text)

Use a LineFeed character to create a ...READ MORE

Oct 27, 2022 in Others by narikkadan
• 63,600 points
1,203 views
0 votes
1 answer

How do i open Google Maps for directions using coordinates on the iphone

There is a chance. Employ MKMapView Using ...READ MORE

Nov 8, 2022 in IOS by Rahul
• 9,680 points
684 views
0 votes
1 answer

How to get a list of Google Cloud services with their description?

Use just Google's provided API Discovery Service. Here ...READ MORE

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

Excel shared formula expansion

You can use Linq I would start ...READ MORE

Nov 7, 2022 in Others by narikkadan
• 63,600 points
721 views
0 votes
0 answers

How to use iOS Reachability

I'm developing an iPhone app that uses ...READ MORE

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

How to use Excel VLOOKUP function with words that begin with the letters AB

For title naming, I have a list ...READ MORE

Nov 24, 2022 in Others by Kithuzzz
• 38,000 points

edited Mar 4 23 views
0 votes
1 answer

how do I calculate discount with if function in excel?

Suppose a customer gets a 10 percent ...READ MORE

Feb 23, 2022 in Database by gaurav
• 23,260 points
11,794 views
0 votes
1 answer

Refresh a page using JavaScript or HTML

window.location.reload(); in JavaScript <meta http-equiv="refresh" content="1"> in HTML ...READ MORE

Nov 7, 2022 in Java by Damonlang
• 700 points
750 views
0 votes
0 answers

Remote control Samsung TV from iOS app

I wonder what are requirements for developing ...READ MORE

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

iOS15 How can I test the App Icon in Xcode 13?

In the session Get ready to optimize your ...READ MORE

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

I am doing the monataring tools setup using ansible

ERROR! the role 'prometheus' was not found ...READ MORE

Nov 23, 2022 in Others by ramanji

edited Mar 4 25 views
0 votes
1 answer

Play alert sound (same as default message ringtone)

Yes it is possible, but they use undocumented ...READ MORE

Nov 8, 2022 in IOS by Rahul
• 9,680 points
655 views
0 votes
0 answers

Tab Bar Appearances before ios 13

I have upgraded to Xcode 13, I'm ...READ MORE

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

How facebook measure app installs - Android/IOS

Facebook ads has a feature that it ...READ MORE

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

How to add Conditional Formatting in Excel for a Range of Values

Three distinct rules are required, one for ...READ MORE

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

Android new Bottom Navigation bar or BottomNavigationView

The newest Google Photos app used the ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
661 views
0 votes
0 answers

Notification issue in iOS 15.3

The below function is triggered when notification ...READ MORE

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

How to test a Cloud Function in Google Cloud Platform (GCP)?

I've been looking everywhere for the answer ...READ MORE

Nov 9, 2022 in GCP by Ashwini
• 5,430 points
555 views
0 votes
1 answer

How to add border in my clip-path: polygon(); CSS style

Using an SVG Dilation Filter to Add ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
6,926 views