Most viewed questions in Others

0 votes
1 answer

Excel use SUMIF but with a multiplier before summation: x2, x3, x4, etc

The product of the sum and the ...READ MORE

Sep 30, 2022 in Others by narikkadan
• 63,700 points
965 views
0 votes
1 answer

Helm s3 plugin for cross account access

The error notice simply says that READ ...READ MORE

Mar 21, 2022 in Others by gaurav
• 23,260 points
962 views
0 votes
1 answer

Thousand and million formatting for negative numbers (excel/ googlesheets)

Its not possible. What you could do is ...READ MORE

Sep 25, 2022 in Others by narikkadan
• 63,700 points
961 views
–1 vote
1 answer

"Default Activity Not Found" on Android Studio upgrade

If you see that ERROR occurrence after ...READ MORE

Feb 11, 2022 in Others by Soham
• 9,700 points
960 views
0 votes
1 answer

SQL Error: ORA-00933: SQL command not properly ended

Installing SQLPlus on Windows: Step 1: First browse ...READ MORE

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

What are DDL and DML?

DDL DML DDL stands for Data Definition Language. DML stands ...READ MORE

Jun 1, 2022 in Others by Sohail
• 3,040 points
956 views
0 votes
1 answer

Disable Ctrl+D for particular workbook

When you click CTRL+D, it will now ...READ MORE

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

How do I create a hyperlink from Word to Excel specific cell, without macros/vba?

All you have to do is copy ...READ MORE

Oct 15, 2022 in Others by narikkadan
• 63,700 points
949 views
0 votes
1 answer

VBA, Query Vertica database and populate to excel

You can query Vertica directly from excel. I ...READ MORE

Sep 25, 2022 in Others by narikkadan
• 63,700 points
949 views
0 votes
1 answer

What is the future of flutter?

Hi@MD, Flutter is a rather new cross-platform framework ...READ MORE

Jul 17, 2020 in Others by akhtar
• 38,230 points
949 views
0 votes
1 answer

Programmatically navigate using React router

To answer your question, you should try ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,700 points
948 views
0 votes
1 answer

VBA Excel: Draw line between cells based on cell value

In accordance with your description and with ...READ MORE

Feb 6, 2023 in Others by narikkadan
• 63,700 points
947 views
0 votes
1 answer

Highlight cells in an Excel column if the value can be found in an array

Try this: =COUNTIFS(B:E,$A1) READ MORE

Feb 24, 2023 in Others by narikkadan
• 63,700 points
945 views
0 votes
1 answer

Android - How can I find location using just PINCODE?

1 You can find a location (latitude, longitude) ...READ MORE

Jun 1, 2022 in Others by nisha
• 2,210 points
944 views
0 votes
1 answer

cant install VMware

The CD-ROM drive may not work if ...READ MORE

Jul 17, 2020 in Others by Lily
• 260 points
944 views
0 votes
0 answers

AWS S3 object listing

I am using AWS-SDK using node.js. I want ...READ MORE

Apr 23, 2022 in Others by Kichu
• 19,050 points
943 views
0 votes
1 answer

Wordpress Critical Error Due to Plugin Conflict with my Functions.php

// WooCommerce Stock message add_filter( 'woocommerce_get_availability', 'mw_get_availability', ...READ MORE

Feb 26, 2022 in Others by narikkadan
• 63,700 points
943 views
0 votes
1 answer

Writing python code on android

Download Pydroid 3 – IDE for Python ...READ MORE

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

How can I store the data of an open excel workbook in a collection using BluePrism?

To do what you want is like ...READ MORE

Nov 24, 2022 in Others by narikkadan
• 63,700 points
940 views
0 votes
1 answer

How to change two different date format into single date format in excel

With data in A2, in B2 enter: =IF(ISNUMBER(A2),A2,DATE(LEFT(A2,4),MID(A2,6,2),RIGHT(A2,2))) and apply your format ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 63,700 points
939 views
0 votes
1 answer

How to echo WP SEO Yoast synonyms in PHP?

 the meta_key in wp_postmeta table is _yoast_wpseo_keyword ...READ MORE

Feb 10, 2022 in Others by narikkadan
• 63,700 points
939 views
0 votes
1 answer

What is black box testing?

Back box testing is where the tester ...READ MORE

Feb 18, 2019 in Others by Adi
938 views
0 votes
1 answer

SQL Server: Difference between PARTITION BY and GROUP BY

We can take a simple example. Consider a ...READ MORE

Jun 21, 2022 in Others by nisha
• 2,210 points
937 views
0 votes
1 answer

How to change where an email is sent FROM in Excel VBA

Inside the 'with out mail, insert this ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 63,700 points
936 views
0 votes
1 answer

How to print an Excel Sheet using VBA with Nitro PDF Creator in Excel 2016

you can use the built-in excel facilities ...READ MORE

Sep 24, 2022 in Others by narikkadan
• 63,700 points
936 views
0 votes
1 answer

What is a callback function?

Callback function is a function which is ...READ MORE

Jun 13, 2019 in Others by sunshine
• 1,300 points
933 views
0 votes
1 answer

How do I get text in a pivot table in excel or google sheets?

Try: =QUERY(QUERY({Data!A:A, Data!Q:S}, "select Col4,max(Col1) ...READ MORE

Feb 6, 2023 in Others by narikkadan
• 63,700 points
932 views
0 votes
4 answers

**Important: Edureka Tech Career Guide is out!

This is one of the best things one ...READ MORE

Apr 25, 2019 in Others by Gitika
• 65,910 points
932 views
0 votes
1 answer

What is non functional testing?

Hey @Rohan, non-functional testing checks the  Performance, ...READ MORE

Feb 18, 2019 in Others by Jobin
932 views
+1 vote
1 answer

What is the difference between Dark Web and Deep Web?

The content that which you cannot find ...READ MORE

Feb 6, 2019 in Others by Priyaj
• 58,090 points
932 views
0 votes
1 answer

How to show caller image on iOS native ui call by using callkit framework?

Apple's CallKit is a framework introduced with iOS ...READ MORE

Nov 4, 2022 in Others by gaurav
• 23,260 points
929 views
0 votes
0 answers

How to add S3 BucketPolicy with AWS CDK?

I wanna translate this CloudFormation piece into ...READ MORE

Mar 11, 2022 in Others by Edureka
• 13,670 points
928 views
0 votes
1 answer

How can I perform a reverse string search in Excel without using VBA?

This one is tested and does work ...READ MORE

Jan 5, 2023 in Others by narikkadan
• 63,700 points
926 views
0 votes
1 answer

How do I install Ruby on Rails?

Hi @Anvi, what @Pratibha has mentioned is ...READ MORE

Mar 1, 2019 in Others by Abha
• 28,140 points
925 views
0 votes
1 answer

Insert pie chart in Excel macro function

Think about arranging your data in a ...READ MORE

Oct 14, 2022 in Others by narikkadan
• 63,700 points
923 views
0 votes
1 answer

How to delete duplicate rows in SQL Server?

To answer your query, note that CTEs ...READ MORE

Feb 10, 2022 in Others by Soham
• 9,700 points
922 views
0 votes
1 answer

Excel VBA advanced filter to exclude data

Try this: Sub advanced_filter() Dim ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,700 points
920 views
0 votes
1 answer

Convert csv- or Excel-file (xlsx) to kml with custom markers

With some help from the community, I ...READ MORE

Sep 26, 2022 in Others by narikkadan
• 63,700 points
917 views
0 votes
1 answer

Excel VBA is not recording macro properly

The "awkward code" is an R1C1 notation ...READ MORE

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

PHP Convert String to SEO Friendly Url For Bengali Language Type

$string = preg_replace("/[^a-z0-9]/u", "$separator", $string);  change the ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,700 points
915 views
0 votes
0 answers

I Want To Print 1 to 100 Numbers Using Arrays In Javascript Only

Please bear with me as I am ...READ MORE

Aug 18, 2022 in Others by krishna
• 2,820 points
914 views
0 votes
1 answer

After exporting ssrs report excel name should have todays date

If you use URL Access to generate the report, ...READ MORE

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

How do you calculate the Quintile for groups of rows in Excel?

Use this formula: =MAX(1,ROUNDUP(10*PERCENTRANK($C:$C,$C2,4),0)) To divide into whichever many ...READ MORE

Oct 17, 2022 in Others by narikkadan
• 63,700 points
913 views
0 votes
1 answer

Separate full address into street address, city, state, zip, country in excel

This macro contains the functions Split() and IsNumeric(), it's all ...READ MORE

Jan 6, 2023 in Others by narikkadan
• 63,700 points
911 views
0 votes
0 answers

"Post Image data using POSTMAN"

I am trying to POST data to ...READ MORE

May 21, 2022 in Others by Kichu
• 19,050 points
911 views
0 votes
1 answer

How implement SEO (Metatags) in Angular 2 (with Angular universal for rendering on server side)?

https://github.com/angular/universal-starter follow this repo among it there ...READ MORE

Feb 22, 2022 in Others by narikkadan
• 63,700 points
909 views
0 votes
1 answer

Want to compare two columns in excel

Hello To compare two columns in excel ...READ MORE

Feb 9, 2022 in Others by gaurav
• 23,260 points
907 views
0 votes
1 answer

What does the "map" method do in Ruby?

The .map method will take an object ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,700 points
905 views
0 votes
1 answer

Calculate slope and intercept value for logarithmic trendline as excel

You missed Math.log() for ln() in Excel. ...READ MORE

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

I am working as a Oracle apps DBA I am planning to change the domain . Is it good if I shift to aws?

I am also working as an Oracle ...READ MORE

Nov 22, 2019 in Others by Pasha
898 views