cross checking across excel files

Dear all,
I have 2 excel files say A and B.
A contains 3 sheets but in B all these sheets are merged. I want to compare A and B with some way so as to check that A is consistent with B and vice versa. That is to double check that my merging was done correctly
thanks
I envisage something like
% [numA,txtA,rawA] = xlsread(A,1 );
[numB,txtB,rawB] = xlsread(B);
Followed by some if statements

1 件のコメント

Yash
Yash 2012 年 7 月 8 日
whats your question them?

サインインしてコメントする。

回答 (0 件)

タグ

質問済み:

2012 年 7 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by