PC Review


Reply
Thread Tools Rate Thread

Can I Skip a row in my formula?

 
 
RaY
Guest
Posts: n/a
 
      18th Aug 2008
I have the same value in my table 2-4 times. However each value has a number
assigned to it in the cell to the right(1-39). If D4 is 1200 and its' number
is put into the corresponding 1200 spot, can I get excel to skip D4 and find
the next 1200 and display the number? The second lookup would be putting the
number in a different cell but skipping the first lookup value since it has
been placed in another cell.


=VLOOKUP(D4,'Schedule Breakdown'!A2:B40,2,0)
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      18th Aug 2008
Try this idea
=INDEX(A:B,MATCH(D4,A:A,0)+1,2)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"RaY" <(E-Mail Removed)> wrote in message
news:2EE72221-E065-40B0-A5E4-(E-Mail Removed)...
>I have the same value in my table 2-4 times. However each value has a
>number
> assigned to it in the cell to the right(1-39). If D4 is 1200 and its'
> number
> is put into the corresponding 1200 spot, can I get excel to skip D4 and
> find
> the next 1200 and display the number? The second lookup would be putting
> the
> number in a different cell but skipping the first lookup value since it
> has
> been placed in another cell.
>
>
> =VLOOKUP(D4,'Schedule Breakdown'!A2:B40,2,0)


 
Reply With Quote
 
RaY
Guest
Posts: n/a
 
      19th Aug 2008
Clever formula. However the next 1200 is further down. Is it possible to get
excel to know that I pulled that 1200 and to get the next one?

"Don Guillett" wrote:

> Try this idea
> =INDEX(A:B,MATCH(D4,A:A,0)+1,2)
>
> --
> Don Guillett
> Microsoft MVP Excel
> SalesAid Software
> (E-Mail Removed)
> "RaY" <(E-Mail Removed)> wrote in message
> news:2EE72221-E065-40B0-A5E4-(E-Mail Removed)...
> >I have the same value in my table 2-4 times. However each value has a
> >number
> > assigned to it in the cell to the right(1-39). If D4 is 1200 and its'
> > number
> > is put into the corresponding 1200 spot, can I get excel to skip D4 and
> > find
> > the next 1200 and display the number? The second lookup would be putting
> > the
> > number in a different cell but skipping the first lookup value since it
> > has
> > been placed in another cell.
> >
> >
> > =VLOOKUP(D4,'Schedule Breakdown'!A2:B40,2,0)

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to skip holidays DaveAsh Microsoft Excel Worksheet Functions 9 29th Dec 2007 11:10 AM
Formula that will skip blanks cells japc90 Microsoft Excel Misc 2 15th Apr 2007 12:34 AM
skip every other row when copying formula =?Utf-8?B?UkhEMw==?= Microsoft Excel Misc 7 29th Aug 2006 05:28 PM
How can i get a IF formula to skip to the next reference box =?Utf-8?B?Q3JhaWcgVHVybGV5IC0gRW1lcnNvbg==?= Microsoft Excel Worksheet Functions 0 16th Feb 2006 02:48 PM
Formula to skip a cell Doug Microsoft Excel Worksheet Functions 1 9th Oct 2003 01:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:17 PM.