Hope someone can help
I am trying to inorporate a formular thatwill find the last with data (not formular) in a speciifc column.
The formula is to be incorporated into an array, searching a database with two criterias. However, for the formular to return the correct Count value, it must know which is the last cell.
The scenario is this:
Find Zero value in column D if Condition 1 (Guarantee) and Condition 2 ( GBP Value = 0). The formular I am using is this:
In the above formular I need to ensure that it only sums those cells that have a numer or text and not those with predefined formular in teh following cells.
Hope this makes sense for you Gurus to help a poor maiden out
I am trying to inorporate a formular thatwill find the last with data (not formular) in a speciifc column.
The formula is to be incorporated into an array, searching a database with two criterias. However, for the formular to return the correct Count value, it must know which is the last cell.
The scenario is this:
Find Zero value in column D if Condition 1 (Guarantee) and Condition 2 ( GBP Value = 0). The formular I am using is this:
Code:
=SUM(IF('DocCred-Gty Database'!$E$8:$E$173='ANalysis II'!B25,IF('DocCred-Gty Database'!$M$8:$M$173="-",1,0),1))
In the above formular I need to ensure that it only sums those cells that have a numer or text and not those with predefined formular in teh following cells.
Hope this makes sense for you Gurus to help a poor maiden out