Forum Discussion
RacingTog
Aug 19, 2019Copper Contributor
Restricting Find/Replace to single column
Hi, I wish to run Find/Replace on a single column of a woeksheet. At the moment, Find/Repace replaces every occurance of the word I wish to replace on the entire workbook. I want it to only affect a ...
chaima340
May 30, 2023Copper Contributor
You should select the column first, and then in the find and replace window you have a section called within, tou should set it to Selection.
rune_saetre
Jul 11, 2023Copper Contributor
In office 365 it can only be set to "Sheet" or "Workbook" (NOT "Selection")
But the color-trick from PHB-5 works well enough.
- SergeiBaklanJul 11, 2023Diamond Contributor
in 365, for Excel for web you may select explicitly any of
In desktop version Selection works by default.
- rune_saetreJul 12, 2023Copper ContributorThanks,
I found that it works for search, but not for "replace all".- SergeiBaklanJul 12, 2023Diamond Contributor