Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default HELP HELP with excel formulas

i need help making a wooksheet that right to left each column increases by
12.00
and each row going top to bottom with increase by 8.00 so i can go to line
eight and colum, 5 and get the correct total for 8 childrens admissions and 5
adults admissions im not sure if i am explaining this correctly to start
the first box would be 20.oo the sum of column a and row 1 12.00 plus 8.00
i dont know how to configure the formula
help
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default HELP HELP with excel formulas

Some thoughts illustrated in this sample construct:
http://www.savefile.com/files/625370
Pricing Table n Retrievals w CF visual.xls

Set-up Pricing Table
With unit prices entered in D17:D18,
and the # of adults/child listed in C2:L2, B3:B12,
Put in C3: =SUM(C$2*$D$17,$B3*$D$18)
Copy C3 across/down to L12 to populate the pricing table

Retrieve from Pricing Table
With the # of adults & child selected in C23:D23,
To retrieve the total price from the pricing table
Put in E23:
=INDEX($B$2:$L$12,MATCH(D23,$B$2:$B$12,0),MATCH(C2 3,$B$2:$L$2,0))

Accompanying CF visual (in the Table)
The conditional formatting "visual aid" is effected via selecting B2:L12
(with B2 active) then applying the formula (via Formula is:):
=AND(MATCH($D$23,$B2:$L2,0),MATCH($C$23,B$2:B$12,0 ))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Arizona Angel" wrote:
i need help making a wooksheet that right to left each column increases by
12.00
and each row going top to bottom with increase by 8.00 so i can go to line
eight and colum, 5 and get the correct total for 8 childrens admissions and 5
adults admissions im not sure if i am explaining this correctly to start
the first box would be 20.oo the sum of column a and row 1 12.00 plus 8.00
i dont know how to configure the formula
help

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
excel formulas JEHU Excel Worksheet Functions 2 March 6th 06 03:56 AM
Excel formulas Rolaxis Excel Worksheet Functions 1 July 28th 05 07:42 PM
Excel Formulas albebach Excel Discussion (Misc queries) 1 February 2nd 05 09:52 PM


All times are GMT +1. The time now is 08:57 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"