Hello,
I have encountered a problem that I cannot seem to find an answer to in any of the forums, so I am hoping someone might have some insight to this question.
I have a large list of data with accounts that have different pieces of equipment. Several accounts have different parts, so some accounts are listed more than once. I have hidden accounts that no longer have the equipment or have no unique value.
I am trying to show the total value of the equipment for each account by showing the value on the last row that shows duplicates of the same account.
I figure I can do this by using an IF formula as follows:
=IF($A6<>$A7,"T","F")
This will come back with a T if the row is the last in its duplicate range. The problem is that the function is including data that is hidden as well, so some rows show F even though they are either different than a different account listed or not the last row in the duplicate list.
My question is: Can I use the IF function for only visible cells?
Bookmarks