Tags: MACRO

Performing a text to rows operation

{ 20 Comments }

Given multiple text values in a cell which are separated by a semi-colon, one may want to split data into multiple rows along with existing data in other columns.  This is something similar to Data > Text to columns – the only difference being that data has to be split by rows instead of columns. […]

Read More →

Secondary validation cell entry to update when primary validation cell changes

{ 30 Comments }

Having created primary and secondary validation drop downs, the issue is that when a primary validation cell changes, the value in the secondary validation cell does not become blank (or change automatically to first entry of the secondary validation list).  Instead the secondary validation cell remains the same as what was already selected earlier. In […]

Read More →

Create a log sheet of all array formulas in a workbook

{ 0 Comments }

There may be many array formulas in a workbook.  One may want to create a two column table in a sheet named “Array formula log” which lists down sheet names and cell address of all array formulas.  Furthermore, the cell references listed on the “Array formula log” sheet should be hyperlinked. You may refer to […]

Read More →

Automatically change validated entries when source of validation list changes

{ 90 Comments }

After creating a validation list in a cell, one may enter one any value in that cell from the cell drop down.  Once a selection is made in the cell drop down, a change in existing source entries (say a spelling change) of the validation list will not cause the cell entry to be changed (although the […]

Read More →

Extract a report showing parameters beyond tolerance limits

{ 0 Comments }

Depending upon tolerance limit specified for every technical parameter, extract a report which lists down all those day wise parameters which breach tolerance limits.  The question and solution have been elaborately explained in the workbook.

Read More →

Extract data based on customer specific dimensions

{ 0 Comments }

Depending upon customer requirements specified for width, thickness and length os material, extract a report showing all records from the master stock-list which meets the requirements. The question and solution have been elaborately explained in this workbook.

Read More →