Validation and Conditional Formatting

Kreang

New Member
Joined
May 2, 2003
Messages
24
Dear sir,
How can I refer to other sheets or workbooks from formula in Validation and Conditional Formatting? Excel 2000 not allow.

Thanks,
Kreang
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Use a Named range
Look this up in your Help files...but basically highlight the list and in the namebox droplist type in a discriptive name for this Data list eg MyList
Then in your Validation = MyList
 
Upvote 0
Ivan's suggestion should work. Please repost exactly what you did, including formulas for your Conditional formatting and Data Validation
 
Upvote 0
Book1.xls Sheet1 and Named Range= "Holiday" (A1:B366)

A B
1 2/5/03 xxx
2 3/5/03
3 4/5/03
4 5/5/03 yyy
5 6/5/03

Book2.xls

A
1 2/5/03 (in cell A1, I use formula =IF(VLOOKUP(A1,[Book1.xls]Sheet1!
Holiday,2,FALSE)="",0,1)=1
2 3/5/03
3 4/5/03
4 5/5/03
5 6/5/03
 
Upvote 0
Please clarify what are you trying to validate, and where are you applying the Conditional Formating -- that is what you said in your original post you are trying to do -- right!
 
Upvote 0
I want to check Holiday from book1 (Holiday data workbook) , if check date in book2 and column B in book1 <>"" it means that date is Holiday, I want to use Conditional Formatting to highlight that date in book2
 
Upvote 0
Kreang said:
I want to check Holiday from book1 (Holiday data workbook) , if check date in book2 and column B in book1 <>"" it means that date is Holiday, I want to use Conditional Formatting to highlight that date in book2

How about trying ...

Conditional Formating for cell B1

Formula Is=isnumber( VLOOKUP($B1,Holidays,1,0))
 
Upvote 0

Forum statistics

Threads
1,224,618
Messages
6,179,917
Members
452,949
Latest member
beartooth91

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