0

How to create array to be used for NP(Difference)?

Hi,

i'm trying to use NP (Difference) function to find out the difference between two tables. Both my tables contain Fields of ("Batch","SerialNo","PinNo","Date"). I would like to create array with fields ("Batch","SerialNo","PinNo") only as "Date" field would not be used to find the difference. But i'm having problem to create the array using NL (Filter) function as i can only select a Field instead of multiple. Wonder if there's any way to do this?

My current Formula is as below:
=NL("Rows",NP("Difference",NL("Filter","TableA","SerialNo"),NL("Filter","TableB","SerialNo")))

This formula only generates the difference in "SerialNo" field, what i would like to do is to find the difference on other field too. Please advice.

Thanks.

2 comments

Please sign in to leave a comment.