Macro needed: If at least 1 of filtered cell contains value, replace every other of filtered ones with the same value.

lmaocopter

New Member
Joined
May 4, 2018
Messages
10
Problem is that filtering is complicated.
Example:
USER 1 - VALUE 1 - LOL
USER 1 - VALUE 1 - LOL
USER 1 - VALUE 1 - NOTLOL
USER 1 - VALUE 3 - LOL
USER 1 - VALUE 3 - LOL
USER 1 - VALUE 3 - NOTLOL
So for every VALUE, if NOTLOL appears, change all LOLs for this VALUE for this USER for NOTLOLs, repeating by every USER and VALUE and skipping if any VALUE contains only LOLs.

I hope i made it clear enough. xD Please help.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
It should look like this after:
USER 1 - VALUE 1 - NOTLOL
USER 1 - VALUE 1 - NOTLOL
USER 1 - VALUE 1 - NOTLOL
USER 1 - VALUE 3 - NOTLOL
USER 1 - VALUE 3 - NOTLOL
USER 1 - VALUE 3 - NOTLOL
USER 2 - VALUE 1 - LOL
USER 2 - VALUE 1 - LOL
USER 2 - VALUE 3 - NOTLOL
USER 2 - VALUE 6 - LOL
etc. So only same user, value, at least 1 NOTLOL makes other LOLs changed for the same value.
 
Upvote 0

Forum statistics

Threads
1,215,861
Messages
6,127,383
Members
449,382
Latest member
DonnaRisso

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top