LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default ifcount evaluates always false

Range("T4:T1443").Formula = "=IF(COUNTIF($H$4:$H$1443,H4)=1,H4)"

try as i may my ifcount always evaluates as false where as i want it show me
my unique product list - i dont care if the other cells are false

i appreciate all the help and i have got vba to enter the formula which is a
step forward but im not sure i understand the ifcount principal as i thought
it would do this

my code is shown below and i have been careful with both quotes and $ signs;

Sub spot_duplicates()

Sheets("Data").Select

Range("v4:v1443").Formula = "=IF(COUNTIF($H$4:$H$1443,$H$4)=1,H4)"

End Sub




--
C Ward
 
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
ifcount to compare two columns? Excel Function Application Excel Worksheet Functions 6 June 25th 07 09:06 PM
What is function that evaluates other functions indirectly? [email protected] Excel Worksheet Functions 3 February 12th 07 03:26 AM
Please help - formula works in some cells but evaluates to #value in others Ullie Excel Worksheet Functions 2 June 14th 06 08:16 PM
multiple criteria ifcount() NAGBEAR Excel Worksheet Functions 2 November 15th 05 05:38 PM
Need a help with the IF/ IFCOUNT function Xenos Excel Worksheet Functions 4 August 24th 05 04:47 AM


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