Search results 60

Sorted from new to old.
Card image
SumOf_3Filters

Returns sum of certain column in range (or table) in sheet after applying ...

Card image
CountDuplicates

Counts how many duplicates found in a range of Excel cells. Basically how many ...

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
UI_2ValidationsUpdate

Apply validation on two cells, when a 3rd cell is changed When modifying a ...

Card image
FilterSheet_1By1 + FilterSheet_Clear

Sets Autofilter in a sheet, and another function to clear Autofilter ...

Card image
Add2Column

Quickly adds value to certain column in Excel sheet As usual, you can define ...

Card image
all_tab_columns

List all columns in all tables for all schemas in oracle db workbench

Card image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

Card image
Rows 2 Cell

Convert items found in a column matching certain material into list in 1 cell ...

Card image
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

Card image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image
SortArea5

Sort range or area by 5 columns, range can be any number of columns, but the ...

Card image
SortArea1

Sorts a range or area by 1 column given its cell address, with options to ...

Card image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...