Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Bill Howell   on Nov 01 In MS Office Category.

  
Question Answered By: Inez Wood   on Nov 01

Use 5 cells to reference to the values in the other five workbooks. The
write a formula that checks the status of those 5 cells. I am not sure what
your possible values are but as an example:

The 5 cells could return the other workbook's cell's values or FALSE if not
found. Then your formula could count how many times FALSE appears in the 5
cells (use COUNTIF). If the COUNTIF formula returns 5 then you could display
"UP" or ""

=IF(COUNTIF($B$1:$B$5,"=FALSE")=5,"UP","DOWN")

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on IF VBA Code Or get search suggestion and latest updates.


Tagged: