new values

  • Thread starter Thread starter Robert-Alpha
  • Start date Start date
R

Robert-Alpha

hi,
I am trying to setup a formula where the formula picks up the information
for the latest month available... for ex., below i have information for Jan
and Feb available - right now my formula picks up February's number and
compares it to another cell... i want to be able to setup the formula in a
way where when march becomes available the formula will pick up march and
compare it to my fixed number. is there a way to do this?

Jan Feb Mar Apr May Jun Jul
1000 1500
 
hi
if your data is layed out as below and you enter each month, this fomula
will pick the last entry in the row.......

=OFFSET(A2,0,COUNTIF(A2:I2,">0")-1)

work this in to your formula or post your formula and i'll see if i can.

regards
FSt1
 

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

Back
Top