IF formula with reference to another worksheets array

RAM

Well-known Member
Joined
Oct 4, 2004
Messages
1,862
Hi,

I'm looking for an IF formula with reference to another worksheet and two ranges:

Code:
={IF('Income Verification'!L4:L13<>'Income Verification'!P4:P13,"Attention Income Verification","")}

The two ranges are supposed to be identical. When they aren't I want an IF formula in another worksheet to display an Attention.

But the formula does not respond upon different values in the two ranges L4:L13 and P4:P13. The cell remains blank.

RAM
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
=AND(EXACT('Income Verification'!L4:L13,'Income Verification'!P4:P13))+0

which is confirmed with control+shift+enter.

Custom format the formula cell as:

[=0]"Attention Income Verification";[=1]""
 
Upvote 0
Thanks [again] Aladin,

That worked! How do I get this text to display in red font? I tried Conditional formatting; Formula Is, =Z65="Attention Income Verification".

RAM
 
Upvote 0
RAM said:
Thanks [again] Aladin,

That worked! How do I get this text to display in red font? I tried Conditional formatting; Formula Is, =Z65="Attention Income Verification".

RAM

In CF, invoke:

Cell Value Is, Equal to, 0
 
Upvote 0

Forum statistics

Threads
1,213,482
Messages
6,113,915
Members
448,532
Latest member
9Kimo3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top