एक्सेल पर प्रकाश डाला पंक्ति के आधार पर स्तंभ मान

कोड उदाहरण

1
0

excel पंक्तियों पर प्रकाश डाला, जहां स्तंभ से मेल खाता पाठ

# Short answer:
"Apply to range" determines which rows will be highlighted
"Rule Type" should be Formula
"Format all values where this formula is true" should have syntax like:
	=$first_cell_to_check="text_to_match" e.g.: =$C2="No"
# Note, it's important that the first_cell_to_check is preceeded by a $. That
#	"locks in" that column causing the conditional formatting to be applied to
#	each row, rather than just the e.g. C2 row
# Note, when applying conditional formatting to a multi-cell range at once,
# 	you need to write the formula as it pertains to the very first cell in
#	that range

इसी तरह के पन्ने

उदाहरणों के साथ समान पृष्ठ

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................