Started By
Message

re: Excel question for you geniuses

Posted on 4/25/24 at 11:01 pm to
Posted by Chromdome35
NW Arkansas
Member since Nov 2010
6867 posts
Posted on 4/25/24 at 11:01 pm to
Does each list have inventory numbers or some other unique identifying data?

If so, a simple countif function can be used to tell you which items in the master list have been inventoried.

=IF(COUNTIF(Inventoried!A$:A$, A2) = 0, "Not Inventoried", "Inventoried")

You would put this formula to the immediate right of you last column of data in your master inventory list. Then copy it down to every row in the master list. It will tell you which items were inventoried and which weren't.

Adjust the Cell References to point to the correct columns
This post was edited on 4/25/24 at 11:02 pm
first pageprev pagePage 1 of 1Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on Twitter, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookTwitterInstagram