[!]HLOOKUP[/!]
look horizontally across the range O2:BK2 for the text "Changed" once the value has been located, look in row one of the range (in otherwords don't count down any since the range is one row in height) and return the value contained in that cell. The FALSE part of the argument means use exact match only. If the value does not exist, the #N/A error is generated.
[!]ISERROR[/!]
Evaluates to TRUE or FALSE
if the value "Changed" does not exist, then ISERROR = TRUE
"" means do nothing (true part) "Changed" means put the value in the cell.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.