Search
 
SCRIPT & CODE EXAMPLE
 

EXCEL

excel conditional formatting outside of range

# Basic syntax:
=IF(OFFSET(A1:H100, 0, 1)="Text", TRUE, FALSE)
# Where:
#	- This formula would be used in the Formula section of conditional
#		formatting and will highlight all cells whose adjacent cell contains
#		the word "Text"
# Note, with OFFSET, the IF condition can be true even if the condition refers
#	to cells outside of the conditional formatting range. For example, if cell
#	I1 contained "Text", then H1 would be highlighted
# 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
Comment

PREVIOUS NEXT
Code Example
Excel :: google sheets select item from split 
Excel :: excel formula update insert row column 
Excel :: google sheets count dates that fall within date range 
Excel :: excel column number 
Excel :: excel or function 
Excel :: freeze row in excel 
Perl :: perl slice array 
Perl :: perl hash ref create 
Perl :: perl mechanize infinite scroll 
Pascal :: take console input in pascal 
Pascal :: wait in pascal 
Pascal :: Pascal Game 
Powershell :: how to download git on windows using power shell 
Gdscript :: godot make string all lowercase 
Clojure :: Clojure whitespace 
Erlang :: get erlang version 
Assembly :: error: failed to synchronize all the database archlinux 
Assembly :: iterate over tqdm range 
Assembly :: get public ssh key 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: vue current year 
Javascript :: shopify comment code 
Javascript :: Basic JavaScript: Use Recursion to Create a Countdown 
Javascript :: jquery get screen height 
Javascript :: colors in node js console 
Javascript :: change src of iframe jquery 
Javascript :: remove spaces in a string js 
Javascript :: jquery datepicker no weekends 
Javascript :: jQuery and changing the input field type 
Javascript :: add site url validation regex 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =