new values

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
 
F

FSt1

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

Similar Threads

Find the position of a date 6
lOOK UP VALUES 1
Search Columns for a word and stop 14
YTD budget based on current input of actual 4
Formula IF 1
Month question? 10
start finish dates 2
SUMPRODUCT question 13

Top