close

060212 VLOOKUP 1 stop Answer: 3 steps: count dup's, compare dif's, merge
figured out half, got half from posts, thanks..

working: (count duplicates, get quot;difquot; from new to old sheet amp; merge data
with VLOOKUP..)
=IF(OR(V9={quot;quot;,quot;.quot;,quot;.sym.quot;},COUNTIF($V$90:$V$3162,V 9)=1),quot;quot;,COUNTIF($V$90:$V$3162,V9)) gets count same sheet

=IF(OR(V244={quot;quot;,quot;.quot;,quot;.sym.quot;}),quot;quot;,IF(ISNA(VLOOKUP(V 1,[file.xls]sheet!$A$1:$A$3355,1,0)),quot;difquot;,quot;quot;))
gets dif from diff sheet (should sort whole sheet, to 1 continuous sort..)
=VLOOKUP(V244,[file.xls]sheet!$A$1:$B$3355,2,FALSE) WORKS FINE, sort dif's
out, else AGAIN: MUST SORT SHEET FOR GOOD RECORDS ONLY, WITH ABOVE top 2 EQ's

alternate formulas
=IF(ISNA(VLOOKUP(V244,[file.xls]sheet!$A$1:$B$3355,2,FALSE)),quot;quot;,VLOOKUP(V244,[nasymbols.xls]a!$A$1:$B$3355,2,FALSE))
will get rid of n/a's, but do not want to copy blanks over other data
anyways, etc.
or:
=IF(V124={quot;quot;,quot;.quot;,quot;.sym.quot;},quot;quot;,VLOOKUP(V124,[file.xls]sheet!$A$1:$B$3355,2,FALSE)
which is an array formula, it should be committed with Ctrl-Shift-Enter,
not just Enter.


quot;nastechquot; gt; wrote in message
...

gt;
=IF(OR(V244={quot;quot;,quot;.quot;,quot;.sym.quot;}),quot;quot;,IF(ISNA(VLOOKUP(V 1,[file.xls]sheet!$A$1:$A$
3355,1,0)),quot;difquot;,quot;quot;))

You don't need the OR, as there is only a single condition, even though it
is testing two values.
oops, took out OR, should work, arrays.. added note to vlookup.. thanks
-----------------
060212 VLOOKUP 1 stop 3 steps: count dup's, compare dif's, merge
figured out half, got half from posts, thanks..

working: (count duplicates, get quot;difquot; from new to old sheet amp; merge data
with VLOOKUP..)
=IF(OR(V9={quot;quot;,quot;.quot;,quot;.sym.quot;},COUNTIF($V$90:$V$3162,V 9)=1),quot;quot;,COUNTIF($V$90:$V$3162,V9)) gets count same sheet

=IF(V244={quot;quot;,quot;.quot;,quot;.sym.quot;},quot;quot;,IF(ISNA(VLOOKUP(V1,[file.xls]sheet!$A$1:$A$3355,1,0)),quot;difquot;,quot;quot;))
gets dif from diff sheet (should sort whole sheet, to 1 continuous sort..)

=VLOOKUP(V244,[file.xls]sheet!$A$1:$B$3355,2,FALSE) WORKS FINE, sort dif's
out, else AGAIN: MUST SORT SHEET FOR GOOD RECORDS ONLY, WITH ABOVE top 2 EQ's
(use to bring in data from different sheet, copy-paste special: values of
new info on top of old, by using a temporary work column)alternate formulas
=IF(ISNA(VLOOKUP(V244,[file.xls]sheet!$A$1:$B$3355,2,FALSE)),quot;quot;,VLOOKUP(V244,[file.xls]sheet!$A$1:$B$3355,2,FALSE))
will get rid of n/a's, but do not want to copy blanks over other data
anyways, etc.
or:
=IF(V124={quot;quot;,quot;.quot;,quot;.sym.quot;},quot;quot;,VLOOKUP(V124,[file.xls]sheet!$A$1:$B$3355,2,FALSE)
which is an array formula, it should be committed with Ctrl-Shift-Enter,
not just Enter.

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()