Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Discounting from a table of values

I am struggling to return a value in a formulae,

Heres my example 155 needs to return 2.50% and 555 would be 7.50%

1 50 0.00%
51 250 2.50%
251 500 5.00%
501 1,000 7.50%
1,001 2,500 10.00%
2,501 5,000 12.50%
5,001 10,000 15.00%

I have tried multiple =if( but am failing badly

Thx
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Discounting from a table of values

Assuming the reference table is in Sheet1's A1:C7

Then in another sheet,
assuming the lookup values (155, 555, etc) are in A1 down

Put in B1:
=IF(A110000,"out of range",VLOOKUP(A1,Sheet1!A:C,3))
Copy B1 down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"NeilB" wrote:
I am struggling to return a value in a formulae,

Heres my example 155 needs to return 2.50% and 555 would be 7.50%

1 50 0.00%
51 250 2.50%
251 500 5.00%
501 1,000 7.50%
1,001 2,500 10.00%
2,501 5,000 12.50%
5,001 10,000 15.00%

I have tried multiple =if( but am failing badly

Thx

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Discounting from a table of values

thanks Max works perfectly :o)

"Max" wrote:

Assuming the reference table is in Sheet1's A1:C7

Then in another sheet,
assuming the lookup values (155, 555, etc) are in A1 down

Put in B1:
=IF(A110000,"out of range",VLOOKUP(A1,Sheet1!A:C,3))
Copy B1 down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"NeilB" wrote:
I am struggling to return a value in a formulae,

Heres my example 155 needs to return 2.50% and 555 would be 7.50%

1 50 0.00%
51 250 2.50%
251 500 5.00%
501 1,000 7.50%
1,001 2,500 10.00%
2,501 5,000 12.50%
5,001 10,000 15.00%

I have tried multiple =if( but am failing badly

Thx

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Discounting from a table of values

Good to hear that, Neil !
Thanks for the feedback
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"NeilB" wrote in message
...
thanks Max works perfectly :o)



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
Idenifying and Listing Duplicate Values in a Table? PBJ Excel Discussion (Misc queries) 0 October 24th 06 05:03 PM
Referencing a specific number to more general values in a table. AJL Excel Worksheet Functions 0 September 19th 06 05:11 PM
Sorting values in a bar chart Eric D Charts and Charting in Excel 4 April 17th 06 04:44 PM
Creating a chart from a table of values hydro1guy Charts and Charting in Excel 1 April 5th 06 06:42 PM
Pivot Table Help With Market Values Paperback Writer Excel Discussion (Misc queries) 2 February 8th 06 02:33 PM


All times are GMT +1. The time now is 12:42 AM.

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"