C
chengj
CELL(info_type, reference):
1. when I set "info_type" = "color", "reference" = c3:d4.
c3=-8(red) c4=-9(red) d3=5(black) d4=6(black)
But CELL("color", c3:d4) = 0(I think should be 1)!
2.when I set "info_type" ="parentheses", "reference" =a1:b2
a1=a2=b1=b2=5
But CELL("parentheses",a1:b2) = 0(I think should be 1)!
3.how to use "info_type" = "filename"??
I set c2 = "D:\log.txt", but CELL("filename",c3) return
blank! I don't understand . why???
Thank you very much ?
1. when I set "info_type" = "color", "reference" = c3:d4.
c3=-8(red) c4=-9(red) d3=5(black) d4=6(black)
But CELL("color", c3:d4) = 0(I think should be 1)!
2.when I set "info_type" ="parentheses", "reference" =a1:b2
a1=a2=b1=b2=5
But CELL("parentheses",a1:b2) = 0(I think should be 1)!
3.how to use "info_type" = "filename"??
I set c2 = "D:\log.txt", but CELL("filename",c3) return
blank! I don't understand . why???
Thank you very much ?