i have the following formula:
=IF(B7>0,COUNTIF('Transaction Log'!$I$3:$I$10000,B7)>0,"")
The formula works fine except when i have a value in B7 of: =right(A7,7)
I have the right formula in alot of cells and the result fo that formula is "" because there is nothing in the respective "A" column.
anyone have any idea why my formula above does not work when the right formula is used?
=IF(B7>0,COUNTIF('Transaction Log'!$I$3:$I$10000,B7)>0,"")
The formula works fine except when i have a value in B7 of: =right(A7,7)
I have the right formula in alot of cells and the result fo that formula is "" because there is nothing in the respective "A" column.
anyone have any idea why my formula above does not work when the right formula is used?