The first sequential number is going to be somewhere between 590 and 620 because of historic data, so let's say 601. I tried adding that to the formula but it returned #VALUE where there were blanks.
The first sequential number is going to be somewhere between 590 and 620 because of historic data, so let's say 601. I tried adding that to the formula but it returned #VALUE where there were blanks.
If you want to start at 601 then try this formula in J10 copied down
=IF(K10="","",COUNTIF(K$10:K10,"?*")+600)
Thanks, it works a treat.
As a matter of interest what does the "?*" do.
Last edited by tghcogo; 11-12-2007 at 03:14 PM.
It's just a way of counting text without counting "formula blanks". If your blanks are genuinely blank [ and not formulas that generate ""] then you could use COUNTA which counts text and numbers....[but also formula blanks]Originally Posted by tghcogo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks