View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Marcelo Marcelo is offline
external usenet poster
 
Posts: 1,047
Default Using IF Function

Hi Chris,

you cant use a condtional format looking a reference to another file.

but you can use an auxiliar cell on the separate file. eg:

assuming the source is on the file1.xls cell b2

on the file2.xls(separete one) use on aa2 (for eg) =[File1.xls]sheet1!b2

and use the conditional format to highligh it, changing to "The formula is"
and =aa230%

format as your convinience

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Chris" escreveu:

I would like to use the IF function to highlight data on a seperate sheet,
when data is below a certain percentage, does anyone know how to do this?