N
Nan
I have a spreadsheet that is updated on a weekly basis and I have
summary of the information at the bottom of the page. I only want t
show the last figure in column X. I've been using the followin
formula....
OFFSET($X$5,COUNTA($X5:$X56)-1,0)
This has worked until I put a formula in column X (the user used t
have to fill this in as they went). Now my OFFSET formula isn'
working. Is it because I now have an underlying formula there?
I have this formula in column X so the user only has to enter the dat
in column W and column X calculates for them.
IF(ISBLANK(W14),"",SUM(X13+W14))
Can anyone help?
summary of the information at the bottom of the page. I only want t
show the last figure in column X. I've been using the followin
formula....
OFFSET($X$5,COUNTA($X5:$X56)-1,0)
This has worked until I put a formula in column X (the user used t
have to fill this in as they went). Now my OFFSET formula isn'
working. Is it because I now have an underlying formula there?
I have this formula in column X so the user only has to enter the dat
in column W and column X calculates for them.
IF(ISBLANK(W14),"",SUM(X13+W14))
Can anyone help?