blossomthe2nd
Active Member
- Joined
- Oct 11, 2010
- Messages
- 450
Hi Guys
Im trying to write a formula that coounts blanks in a row, except if its blank in the Column V W X
I have tried the following but its not working very well, plus its kinda cumbersome , can anyone help please ?
Thanks
Im trying to write a formula that coounts blanks in a row, except if its blank in the Column V W X
HTML:
=SUM(COUNTBLANK(A3:AE3))+(IF(ISBLANK(V3),-1,0)-(IF(ISBLANK(W3),-1,0)-(IF(ISBLANK(X3),-1,0))))
I have tried the following but its not working very well, plus its kinda cumbersome , can anyone help please ?
Thanks