E
Emma
I'm working on a spreadsheet with much financial data and
trying to build a formula that will look to a cell in a
prior column, where there may or may not be a value, and
if there is a target value there, will look to another
column for the definition, then use hlookup (my
definitions are column headers with the financial data in
rows below) to compare the actual value to the target.
These will rarely be exact, so I'd like to return a
response of "OK" if within 5% or "No" if more of a
variance. At this point I have not even attempted the 5%
either way, but am testing my formula on an exact match
and I'm getting a response of "No". I've been reading a
lot of these messages and clearly you all know how to go
about this! Here's what I've got so far: =IF(AND
(AB4>=HLOOKUP(AA4,$U$1:$Z$800,4,FALSE),AB4<=HLOOKUP
(AA4,$U$1:$Z$800,4,FALSE)),"ok","no") Any suggestions
will be greatly appreciated.
trying to build a formula that will look to a cell in a
prior column, where there may or may not be a value, and
if there is a target value there, will look to another
column for the definition, then use hlookup (my
definitions are column headers with the financial data in
rows below) to compare the actual value to the target.
These will rarely be exact, so I'd like to return a
response of "OK" if within 5% or "No" if more of a
variance. At this point I have not even attempted the 5%
either way, but am testing my formula on an exact match
and I'm getting a response of "No". I've been reading a
lot of these messages and clearly you all know how to go
about this! Here's what I've got so far: =IF(AND
(AB4>=HLOOKUP(AA4,$U$1:$Z$800,4,FALSE),AB4<=HLOOKUP
(AA4,$U$1:$Z$800,4,FALSE)),"ok","no") Any suggestions
will be greatly appreciated.