Formula needed to show blank when values do not appear

G

Guest

I have a spreadsheet where by column H, and every third column after that up
to AO7, shows an amount of growth from the starting figure that appears in
column E (the growth shown in each column is NOT cumulative).

At the end of the spreadsheet, I have column which needs to show the last
growth figure entered for each row. However, not all rows will show it's
last figure in the same column, i.e. the last growth figure for row 11 might
appear at K11, while the last growth figure for row 19 might appear at T19.
All cells prior to the last populated cell should be populated.

I have entered a formula to achieve this, which works ok:

=INDIRECT(CONCATENATE("R",ROW(),"C",((COUNT(H11,K11,N11,Q11,T11,W11,Z11,AC11,AF11,AI11,AL11,AO11))*3)+5),FALSE)

However, where there is no growth amount shown on the spreadsheet (in any of
the cell refs displayed in formula above), I need the value in the last
column to show nothing (blank). At the moment it shows the value of column E
(the starting figure upon which the growth figures are based) but this will
distort my figures.

Any ideas?

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top