#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 460
Default Help!

How can I modify this function so that If it returns a 0 due to no change in
data, it will not interrupt Conditional Formatting? I have CF set to show 2
standard dev and above, but it won't work with this formula.

=(VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE)))-1
--
Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 834
Default Help!

Do you mean

=IF(ISNA((VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE)))),0,
VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE))-1)


---
HTH

Bob Phillips

"Doug" wrote in message
...
How can I modify this function so that If it returns a 0 due to no change
in
data, it will not interrupt Conditional Formatting? I have CF set to show
2
standard dev and above, but it won't work with this formula.

=(VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE)))-1
--
Thank you!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 460
Default Help!

I just tried this and it returns zeros all through the column. Can you see
what I did wrong?

=IF(ISNA((VLOOKUP($S3,Import!$P:$CA,4,FALSE)/(VLOOKUP($S3,'Old
Import'!$P:$CA,4,FALSE)))),0,
VLOOKUP($S3,Import!$P:$CA,4,FALSE)/(VLOOKUP($S3,'Old
Import'!$P:$CA,4,FALSE))-1)
--
Thank you!


"Bob Phillips" wrote:

Do you mean

=IF(ISNA((VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE)))),0,
VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE))-1)


---
HTH

Bob Phillips

"Doug" wrote in message
...
How can I modify this function so that If it returns a 0 due to no change
in
data, it will not interrupt Conditional Formatting? I have CF set to show
2
standard dev and above, but it won't work with this formula.

=(VLOOKUP($Q842,Import!$Q:$CA,3,FALSE)/(VLOOKUP($Q842,'Old
Import'!$Q:$CA,3,FALSE)))-1
--
Thank you!



.

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



All times are GMT +1. The time now is 11:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"