Conditional Formula

santoshloka

Board Regular
Joined
Aug 31, 2017
Messages
125
Looking for formula in google sheets

=IF(ISTEXT(REGEXMATCH(G5:AD5, VLOOKUP(E10&"-"&AD10,N9:O9,2,TRUE))), 1, 0)-->I want formula (Color Not Visible)

=IF(regexmatch( "G5:AD5", "S1"), 1, 0)-->Option working in conditional Formatting(Color Visible)

Please find the image

when N9:O9=S1 IS TRUE then match that text in G5 to AD5 Then give a color
 

Attachments

  • Capture.PNG
    Capture.PNG
    49.4 KB · Views: 5

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I'm trying to make a condition if the name S1 or S2 on O9..I want the color in G5:AD5

if possible can you please help me with formula
 
Upvote 0

Forum statistics

Threads
1,223,373
Messages
6,171,697
Members
452,418
Latest member
kennettz

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