Search
 
SCRIPT & CODE EXAMPLE
 

EXCEL

excel use offset in conditional formatting

# 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 convert string to date 
Excel :: google sheets split cell by delimiter 
Excel :: google sheets countif current month 
Excel :: excel get number of column 
Excel :: or logic excel 
Excel :: select full column in excel 
Perl :: perl postfix 
Perl :: split perl 
Perl :: perl mechanize check mirror response for errors 
Perl :: how to initialize an array 
Pascal :: pascal sleep 
Pascal :: turbo pascal online compiler 
Powershell :: Download attachment from Jira task to local filesystem 
Gdscript :: godot exit func 
Clojure :: clojure write file 
Cobol :: Cobol reverse a string 
Assembly :: does assembly language use registers 
Assembly :: dd utility explained examples 
Assembly :: why assembly language use register 
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
7+1 =