LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default formula finds values in apparently blank cells

Two individuals are completing the same data entry on two separate
spreadsheets. The data entry consists of values in two fields. The
following formula on each spreadsheet concatenates values in the two fields
into a single value in one field: =CONCATENATE(S6, R6)

I want to copy the concatenated values from each spreadsheet into a separate
spreadsheet. When I paste the values into the new spreadsheet, I paste them
as €śvalues€ť. I then set up a formula that returns €śtrue€ť if the values in
both columns match: =AND(B26=H26) The formula works fine.

However, I want to attach an €śIF€ť function to the formula that would return
a blank (€ś€ť) if the values in the two cells are blank. I created the
following formula: =IF(AND(ISBLANK(B26),ISBLANK(H26)),"",AND(B26=H26) )

The formula does not recognize apparently blank cells. When I run €śevaluate
formula€ť, Excel recognizes a double quotation mark (€ś€ť) in one of the cells
and evaluates the formula as false. In the second cell, Excel recognizes a
zero (0) and evaluates the formula as true.

Both values are copied/pasted as €śvalues€ť from the original two
spreadsheets. Both cells are apparently empty. When each cell is
highlighted, the formula bar shows the cell as blank.

Any thoughts on why the formula is reading values in a blank cell?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula returns blank cells--only want values to show Wilma Excel Worksheet Functions 3 July 14th 09 04:02 PM
Formula to find equal values with blank cells hilltop55 Excel Discussion (Misc queries) 5 March 22nd 07 09:12 PM
Two apparently identical cells in excel fail an equality test,Y? shane Excel Discussion (Misc queries) 1 August 4th 06 08:14 PM
SUMIF finds data when Criteria is blank emea training 2 Excel Discussion (Misc queries) 2 June 14th 06 06:10 PM
Vlookup finds a blank, but returns a zero - HELP! flummoxed Excel Discussion (Misc queries) 6 January 18th 05 03:15 PM


All times are GMT +1. The time now is 09:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"