M
Mike
Use conditional formating. What ever you are using in
your formula to determine which book to pull data from can
also be used to determine a conditional format. Lets say
your formula is something like:
=IF(A1=1,{PullDataFromFileA},{PullDataFromFileB})
Click the cell and set the font to blue. Then select
Format from the menu, click Conditional Formatting. In
the first drop down list, select Formula Is, enter A1=1 in
the text box, click the format button, select the colour
red, click OK. Now if A1=1, then the conditional format
overrides the default colour you have set.
your formula to determine which book to pull data from can
also be used to determine a conditional format. Lets say
your formula is something like:
=IF(A1=1,{PullDataFromFileA},{PullDataFromFileB})
Click the cell and set the font to blue. Then select
Format from the menu, click Conditional Formatting. In
the first drop down list, select Formula Is, enter A1=1 in
the text box, click the format button, select the colour
red, click OK. Now if A1=1, then the conditional format
overrides the default colour you have set.