#1   Report Post  
Posted to microsoft.public.excel.misc
martin
 
Posts: n/a
Default Help on formula


I have a vlookup formula that gives me a certain figure from a preset list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup answer
?????
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Help on formula

Can you more detail of what you require? It appears to require an IF
statement but more info is needed.

"martin" wrote:


I have a vlookup formula that gives me a certain figure from a preset list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup answer
?????

  #3   Report Post  
Posted to microsoft.public.excel.misc
martin
 
Posts: n/a
Default Help on formula

I have two rows as below with the vlookup formula CALCULATING THE COST

Postcode No Pallets
AB 2 = £60

What I need is if ab = 200 then the above rule applies (£60) as a maximun to
overide the vlookup formula

I hope this is a bit clearer?

"Toppers" wrote:

Can you more detail of what you require? It appears to require an IF
statement but more info is needed.

"martin" wrote:


I have a vlookup formula that gives me a certain figure from a preset list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup answer
?????

  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Help on formula

you don't provide enough info but
if(myformulacriteria,myformula,criteria)

--
Don Guillett
SalesAid Software

"martin" wrote in message
...

I have a vlookup formula that gives me a certain figure from a preset
list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup
answer
?????



  #5   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Help on formula

I'm still guessing but ..

=if(postcode=200,min(60,vlookupformula),vlookupfor mula)


=if(AB=200,min(60,vlookupformula),vlookupformula)

I am confused by postcode =AB but AB=200. Apologies for being so dim!

"martin" wrote:

I have two rows as below with the vlookup formula CALCULATING THE COST

Postcode No Pallets
AB 2 = £60

What I need is if ab = 200 then the above rule applies (£60) as a maximun to
overide the vlookup formula

I hope this is a bit clearer?

"Toppers" wrote:

Can you more detail of what you require? It appears to require an IF
statement but more info is needed.

"martin" wrote:


I have a vlookup formula that gives me a certain figure from a preset list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup answer
?????



  #6   Report Post  
Posted to microsoft.public.excel.misc
martin
 
Posts: n/a
Default Help on formula

I hope this is more clearer

I have a list of postcodes

AB
PE
MK

And then have a list with 1 to 26 pallets which has a cost to each
pallet,but if the pallet rate excedes the Concession rate then i need this
price to overide the pallet rate. For instance Vlookup will show 18 pallets
to AB costs £340 but their is a concession on this of £ 300 so any pallets
over 18 - 26 pallets is £340 and so on

I hope this is clearer
"martin" wrote:

I have two rows as below with the vlookup formula CALCULATING THE COST

Postcode No Pallets
AB 2 = £60

What I need is if ab = 200 then the above rule applies (£60) as a maximun to
overide the vlookup formula

I hope this is a bit clearer?

"Toppers" wrote:

Can you more detail of what you require? It appears to require an IF
statement but more info is needed.

"martin" wrote:


I have a vlookup formula that gives me a certain figure from a preset list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup answer
?????

  #7   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Help on formula

Something like:

=MIN(Concession_rate,Vlookup_rate)

"martin" wrote:

I hope this is more clearer

I have a list of postcodes

AB
PE
MK

And then have a list with 1 to 26 pallets which has a cost to each
pallet,but if the pallet rate excedes the Concession rate then i need this
price to overide the pallet rate. For instance Vlookup will show 18 pallets
to AB costs £340 but their is a concession on this of £ 300 so any pallets
over 18 - 26 pallets is £340 and so on

I hope this is clearer
"martin" wrote:

I have two rows as below with the vlookup formula CALCULATING THE COST

Postcode No Pallets
AB 2 = £60

What I need is if ab = 200 then the above rule applies (£60) as a maximun to
overide the vlookup formula

I hope this is a bit clearer?

"Toppers" wrote:

Can you more detail of what you require? It appears to require an IF
statement but more info is needed.

"martin" wrote:


I have a vlookup formula that gives me a certain figure from a preset list,
but I need to be able to link this to a set criteria if the number equals
this or goes above then these figures take president over the vlookup answer
?????

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 06:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"