I'm having a problem with a formula recognizing a value, from a formula, in another cell.
Cell B1 checks to see if C1 starts with "free" if so change B1's value to 1.
Cell A1 sums column B.
The problem is that A1 is not adding the values of column B together.
![]()
Cell A1 =SUM(B1:B1500) Cell B1 =IF(LEFT(C1,5)="FREE","1","0")
Bookmarks