DORSETRIGS
Home

excel-formula (237 post)


posts by category not found!

When pasting a link, I want the blank cells in the source worksheet to remain blank in the destination worksheet

Ensuring Blank Cells Stay Blank When Pasting Links in Excel When working with Excel you may encounter a scenario where you want to paste a link from one workshe

2 min read 08-10-2024 22
When pasting a link, I want the blank cells in the source worksheet to remain blank in the destination worksheet
When pasting a link, I want the blank cells in the source worksheet to remain blank in the destination worksheet

Get names from email column

Extracting Names from Email Addresses A Step by Step Guide Understanding the Problem Many professionals and businesses encounter the challenge of extracting nam

3 min read 08-10-2024 23
Get names from email column
Get names from email column

Excel file has mixture of dates as text and serial numbers

Taming the Beast Dealing with Mixed Dates in Excel Have you ever opened an Excel file only to find dates are a chaotic mix of text and numbers This is a common

2 min read 06-10-2024 38
Excel file has mixture of dates as text and serial numbers
Excel file has mixture of dates as text and serial numbers

Specifying range from A2 till infinity (NO VBA)

Beyond the Spreadsheet Limits Specifying Ranges from A2 to Infinity No VBA Excel users often encounter the need to work with large datasets that extend beyond t

2 min read 06-10-2024 40
Specifying range from A2 till infinity (NO VBA)
Specifying range from A2 till infinity (NO VBA)

Excel TEXT(dd.mm.yyyy) function and different client languages

Navigating Date Formats in Excel Understanding TEXT dd mm yyyy Across Different Languages Problem You re working with an Excel spreadsheet that contains dates f

2 min read 06-10-2024 44
Excel TEXT(dd.mm.yyyy) function and different client languages
Excel TEXT(dd.mm.yyyy) function and different client languages

Finding missing numbers in a preset range

Finding Missing Numbers in a Preset Range A Comprehensive Guide Imagine you have a list of numbers within a specific range but some numbers are missing How can

2 min read 06-10-2024 39
Finding missing numbers in a preset range
Finding missing numbers in a preset range

Extract a unique distinct list sorted alphabetically and ignore blanks from a range

Extracting a Unique Sorted List from a Range Ignoring Blanks in Excel Many times we need to extract a unique list of values from a range of cells in Excel ignor

2 min read 06-10-2024 34
Extract a unique distinct list sorted alphabetically and ignore blanks from a range
Extract a unique distinct list sorted alphabetically and ignore blanks from a range

Advanced Filter for multiple keywords anywhere in a cell

Filtering Excel Data Like a Pro Advanced Techniques for Multiple Keywords Anywhere in a Cell Ever struggled to filter a large spreadsheet for data containing mu

2 min read 06-10-2024 49
Advanced Filter for multiple keywords anywhere in a cell
Advanced Filter for multiple keywords anywhere in a cell

how to find minimum value (excluding zeros) from multiple ranges of cells

Finding the Minimum Value Excluding Zeros Across Multiple Ranges in Excel Finding the minimum value within a single range of cells in Excel is straightforward u

2 min read 06-10-2024 42
how to find minimum value (excluding zeros) from multiple ranges of cells
how to find minimum value (excluding zeros) from multiple ranges of cells

How to run large amounts of STOCKHISTORY function without file crashing? Perhaps Font, # of workbooks, # of file references?

Conquering Excels STOCKHISTORY Function How to Handle Large Datasets Without Crashing The STOCKHISTORY function is a powerful tool for retrieving historical sto

3 min read 06-10-2024 43
How to run large amounts of STOCKHISTORY function without file crashing? Perhaps Font, # of workbooks, # of file references?
How to run large amounts of STOCKHISTORY function without file crashing? Perhaps Font, # of workbooks, # of file references?

VBA - Run Time Error 5 on adding ConditionalFormatting

VBA Run Time Error 5 Invalid Procedure Call or Argument Demystifying Conditional Formatting Headaches Have you ever tried adding conditional formatting in Excel

2 min read 06-10-2024 40
VBA - Run Time Error 5 on adding ConditionalFormatting
VBA - Run Time Error 5 on adding ConditionalFormatting

How to compare and identify similarities between customer orders on the same list

Unveiling Hidden Patterns Finding Similarities in Customer Orders Have you ever wondered if there are hidden patterns in your customer orders Are there groups o

2 min read 05-10-2024 41
How to compare and identify similarities between customer orders on the same list
How to compare and identify similarities between customer orders on the same list

Power Query: Expression.Error: There weren't enough elements in the enumeration to complete the operation. (LIST)

Power Query Deciphering the There werent enough elements in the enumeration to complete the operation Error LIST Power Query a powerful tool for data transforma

2 min read 05-10-2024 45
Power Query: Expression.Error: There weren't enough elements in the enumeration to complete the operation. (LIST)
Power Query: Expression.Error: There weren't enough elements in the enumeration to complete the operation. (LIST)

Formula for generating delimited list of incremented numbers

Generating Delimited Lists of Incremented Numbers A Simple Formula Have you ever needed to create a list of sequential numbers separated by a specific delimiter

2 min read 05-10-2024 34
Formula for generating delimited list of incremented numbers
Formula for generating delimited list of incremented numbers

Can you define names for dates in Excel to use them in formulas?

Say Goodbye to A1 and B2 Using Named Dates in Excel Formulas Have you ever found yourself struggling to remember which cell holds your birthday or the project d

2 min read 05-10-2024 32
Can you define names for dates in Excel to use them in formulas?
Can you define names for dates in Excel to use them in formulas?

How To Extract The CAPITAL WORDS or BLOCK LETTER WORDS From A String In Excel

Extracting Capital Words from a String in Excel A Step by Step Guide Have you ever needed to pull out all the words written in capital letters from a long strin

3 min read 05-10-2024 41
How To Extract The CAPITAL WORDS or BLOCK LETTER WORDS From A String In Excel
How To Extract The CAPITAL WORDS or BLOCK LETTER WORDS From A String In Excel

Removing Non-numeric cells from a column in excel

Cleaning Up Your Data Removing Non Numeric Cells in Excel Have you ever had a column of data in Excel that was filled with a mix of numbers and text Maybe you i

3 min read 05-10-2024 36
Removing Non-numeric cells from a column in excel
Removing Non-numeric cells from a column in excel

How to properly get if a number is between two given numbers in excel?

Excel Magic Determining if a Number Lies Between Two Others Have you ever found yourself staring at a spreadsheet trying to figure out if a specific number fall

2 min read 05-10-2024 47
How to properly get if a number is between two given numbers in excel?
How to properly get if a number is between two given numbers in excel?

Excel - If cells in column equal number then return all data in row to new sheet

Automating Data Extraction in Excel Moving Rows Based on Column Values Ever found yourself painstakingly copying and pasting rows from one Excel sheet to anothe

2 min read 05-10-2024 36
Excel - If cells in column equal number then return all data in row to new sheet
Excel - If cells in column equal number then return all data in row to new sheet

How to generate a random alphanumeric string with a formula in Excel (or Google Sheets or LibreOffice)

Generating Random Alphanumeric Strings in Excel Google Sheets and Libre Office A Quick Guide Need to create unique identifiers random passwords or just some fun

2 min read 05-10-2024 46
How to generate a random alphanumeric string with a formula in Excel (or Google Sheets or LibreOffice)
How to generate a random alphanumeric string with a formula in Excel (or Google Sheets or LibreOffice)

Make formula in two separate columns in the same column in Excel

Combining Formulas from Two Columns into One in Excel Ever find yourself with data spread across two columns in Excel and you need to combine the formulas in th

2 min read 05-10-2024 37
Make formula in two separate columns in the same column in Excel
Make formula in two separate columns in the same column in Excel

Formula to count reoccurrences in a data set

Counting Recurrences A Simple Formula for Complex Data Have you ever needed to find out how many times a specific value appears in a data set This common task k

2 min read 05-10-2024 41
Formula to count reoccurrences in a data set
Formula to count reoccurrences in a data set

How to convert a column of age counts into a set useful for statistics?

Transforming Age Counts into a Statistical Powerhouse A Guide to Data Wrangling Have you ever encountered a dataset with a column filled with age counts but wis

2 min read 04-10-2024 38
How to convert a column of age counts into a set useful for statistics?
How to convert a column of age counts into a set useful for statistics?

Repeat each value a different number of times. Excel

Repeating Values with Varying Frequencies in Excel A Step by Step Guide Problem You have a list of values in Excel and you want to repeat each value a different

2 min read 04-10-2024 41
Repeat each value a different number of times. Excel
Repeat each value a different number of times. Excel

Excel Dynamically Expanding Table

Mastering the Art of Dynamically Expanding Tables in Excel Have you ever found yourself manually resizing your Excel tables every time you add new data Its tedi

3 min read 04-10-2024 32
Excel Dynamically Expanding Table
Excel Dynamically Expanding Table