Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ifcount to compare two columns? | Excel Worksheet Functions | |||
What is function that evaluates other functions indirectly? | Excel Worksheet Functions | |||
Please help - formula works in some cells but evaluates to #value in others | Excel Worksheet Functions | |||
multiple criteria ifcount() | Excel Worksheet Functions | |||
Need a help with the IF/ IFCOUNT function | Excel Worksheet Functions |