Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help in formula creation

Hi all.
I need help creating a formula that
will let me get a total by calculating increasing values according to the #
of items entered.

Example.
Buy between 1&6 at $6.50 + $15.0 (shipping), 7 & 14 at $6.00 + $20, 15 & 29
at $5.50 + $25, 30 & 49 at $4.50 + $30.0
Can this be done?..
Thanks in advance.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Help in formula creation

With items in cell A1; try the below formula

=IF(VALUE(A1),A1*LOOKUP(A1,{1,7,15,30},{6.5,6,5.5, 4.5})+
LOOKUP(A1,{1,7,15,30},{15,20,25,30}),"")

If this post helps click Yes
---------------
Jacob Skaria


"cesar_xl" wrote:

Hi all.
I need help creating a formula that
will let me get a total by calculating increasing values according to the #
of items entered.

Example.
Buy between 1&6 at $6.50 + $15.0 (shipping), 7 & 14 at $6.00 + $20, 15 & 29
at $5.50 + $25, 30 & 49 at $4.50 + $30.0
Can this be done?..
Thanks in advance.

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
Need formula creation Soth Excel Worksheet Functions 1 May 13th 09 09:02 PM
Formula creation Soth Excel Worksheet Functions 2 November 19th 08 07:49 PM
Formula Creation aleflore Excel Worksheet Functions 3 August 7th 08 11:13 PM
Formula creation maud0361 Excel Discussion (Misc queries) 6 April 9th 07 11:59 AM
Formula creation...if possible Kelly C Excel Worksheet Functions 2 February 22nd 06 11:11 PM


All times are GMT +1. The time now is 09:28 PM.

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

About Us

"It's about Microsoft Excel"