#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Lookup table color

I have a very complicated formula that says, add these two cells and if it is
less than zero to go to a lookup table and display the results in the the
table. my question is, how can make it higlight the cell or use the color of
a cell in the lookup table so i can easily tell that it is getting the data
from the lookup table and not the added cells?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 355
Default Lookup table color

Hi
You could use conditional formatting. Use the same formula as the cell and
if < 0 then highlight the cell.



"sdrk" wrote:

I have a very complicated formula that says, add these two cells and if it is
less than zero to go to a lookup table and display the results in the the
table. my question is, how can make it higlight the cell or use the color of
a cell in the lookup table so i can easily tell that it is getting the data
from the lookup table and not the added cells?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Lookup table color

That will not do it. it has to ad 2 cells and post the lookup table data if
it is less than zero or over 8. the formula looks like this
"=IF(AND(L2-J2=0,L2-J2<=VLOOKUP(H2,time2,2,FALSE)),L2-J2,VLOOKUP(H2,Job_Code,2,FALSE))"

"Sandy" wrote:

Hi
You could use conditional formatting. Use the same formula as the cell and
if < 0 then highlight the cell.



"sdrk" wrote:

I have a very complicated formula that says, add these two cells and if it is
less than zero to go to a lookup table and display the results in the the
table. my question is, how can make it higlight the cell or use the color of
a cell in the lookup table so i can easily tell that it is getting the data
from the lookup table and not the added cells?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Lookup table color

Try this:

Select the cell in question
Goto the menu FormatConditional formatting
Formula Is: =L2-J2<0
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"sdrk" wrote in message
...
That will not do it. it has to ad 2 cells and post the lookup table data
if
it is less than zero or over 8. the formula looks like this
"=IF(AND(L2-J2=0,L2-J2<=VLOOKUP(H2,time2,2,FALSE)),L2-J2,VLOOKUP(H2,Job_Code,2,FALSE))"

"Sandy" wrote:

Hi
You could use conditional formatting. Use the same formula as the cell
and
if < 0 then highlight the cell.



"sdrk" wrote:

I have a very complicated formula that says, add these two cells and if
it is
less than zero to go to a lookup table and display the results in the
the
table. my question is, how can make it higlight the cell or use the
color of
a cell in the lookup table so i can easily tell that it is getting the
data
from the lookup table and not the added cells?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Lookup table color


thanks to both of you, figured it out. I made the conditional formula to
say if not equal to the sum of those to cells. you both got me going in the
right direction.

SDRK
"T. Valko" wrote:

Try this:

Select the cell in question
Goto the menu FormatConditional formatting
Formula Is: =L2-J2<0
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"sdrk" wrote in message
...
That will not do it. it has to ad 2 cells and post the lookup table data
if
it is less than zero or over 8. the formula looks like this
"=IF(AND(L2-J2=0,L2-J2<=VLOOKUP(H2,time2,2,FALSE)),L2-J2,VLOOKUP(H2,Job_Code,2,FALSE))"

"Sandy" wrote:

Hi
You could use conditional formatting. Use the same formula as the cell
and
if < 0 then highlight the cell.



"sdrk" wrote:

I have a very complicated formula that says, add these two cells and if
it is
less than zero to go to a lookup table and display the results in the
the
table. my question is, how can make it higlight the cell or use the
color of
a cell in the lookup table so i can easily tell that it is getting the
data
from the lookup table and not the added cells?




Reply
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
Using Lookup Function based on Font Color jstec68 Excel Worksheet Functions 1 March 13th 08 08:40 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
Using color in lookup lugnut Excel Worksheet Functions 1 June 18th 05 07:02 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
lookup table Nathan Excel Worksheet Functions 4 May 12th 05 03:09 PM


All times are GMT +1. The time now is 05:13 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"