Hi All,
I wish to do the following:
I am in sheet "Analysis" and I have a cell (B2) with the value "germany" and a cell (G2) with the value "freight".
What I want to know is how many of the cells in sheet "data" are empty within the column with the header "freight", where in column A the value is "Germany".
I used =Countblank(VLOOKUP(B2;'data'!$A:$A;MATCH(G2;'data'!$1:$1;0);0))
Which does not work.
Does anyone have a none VB solution?
Thanks
Remaniak
I wish to do the following:
I am in sheet "Analysis" and I have a cell (B2) with the value "germany" and a cell (G2) with the value "freight".
What I want to know is how many of the cells in sheet "data" are empty within the column with the header "freight", where in column A the value is "Germany".
I used =Countblank(VLOOKUP(B2;'data'!$A:$A;MATCH(G2;'data'!$1:$1;0);0))
Which does not work.
Does anyone have a none VB solution?
Thanks
Remaniak