Hidden Character

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I am downloading a spreadsheet and copying to my workbook but I am having
trouble with hidden characters.

My formula:
=IF(ISNA(HLOOKUP("Totals: ",$R$3:$AU$28,D4+1,0)),0,-HLOOKUP("Totals:
",$R$3:$AU$28,D4+1,0)).

The cell that contains Totals: has a trailing hidden character and sometimes
a space. How can I modify my formula?

Thanks!
 
try using the wildcard *
=IF(ISNA(HLOOKUP("Totals*",$R$3:$AU$28,D4+1,0)),0,-HLOOKUP("Totals*",
$R$3:$AU$28,D4+1,0)).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top