kylefoley76
Well-known Member
- Joined
- Mar 1, 2010
- Messages
- 1,553
I need to revise this formula and a second condition
=IF(COUNTIF([charts.xlsm]books!$A$1:$A$173,K1493),"#",1)
if a cell in k is blank then i need to mark a #
or if a cell in k matches books!a1:a173 then mark a # which it already does
otherwise, mark a 1
=IF(COUNTIF([charts.xlsm]books!$A$1:$A$173,K1493),"#",1)
if a cell in k is blank then i need to mark a #
or if a cell in k matches books!a1:a173 then mark a # which it already does
otherwise, mark a 1