Hi,
Column A(A2:A22) and B(B2:B22) contain ID and text. If column B is blank, I want column C to contain a number that counts down to 1 in the last row that contains a blank cell in column B only. (If column A and B is blank return C blank)
I am apply the following formula but value return wrongly. =IF(B2&A2="",COUNTIFS(B2:$B$22,"",A2:$A$22,""),"")
ID TEXT RESULT
2666 7
2642 6
2689 5
2686 4
2603 3
2698 2
2644 1
2693 DD
2691 DD
2668 DD
2667 DD
2685 DD
2675 DD
2460 DD
2610 BB
2697 BB
https://www.dropbox.com/s/514ikpk0oqdgrjj/ME.PNG?dl=0
please assist me.
Column A(A2:A22) and B(B2:B22) contain ID and text. If column B is blank, I want column C to contain a number that counts down to 1 in the last row that contains a blank cell in column B only. (If column A and B is blank return C blank)
I am apply the following formula but value return wrongly. =IF(B2&A2="",COUNTIFS(B2:$B$22,"",A2:$A$22,""),"")
ID TEXT RESULT
2666 7
2642 6
2689 5
2686 4
2603 3
2698 2
2644 1
2693 DD
2691 DD
2668 DD
2667 DD
2685 DD
2675 DD
2460 DD
2610 BB
2697 BB
https://www.dropbox.com/s/514ikpk0oqdgrjj/ME.PNG?dl=0
please assist me.
Last edited: