O
onlycatfud
Im hoping this really isn't as complicated as I've found it to be, but
it's 4am and I don't seem to be getting very close.
I know 0 VBS stuff, so that may be a quick answer for me to learn a
little, but here is the general idea.
I have a spreadsheet with two sheets, the first is a checklist, where
you can enter numbers that correspond to the items that apply to you.
At which time formulas derive other information.
For example, column A is how much, on a scale of 1-10 the person likes
pie, and then a formula in column C decides how much that will cost the
person.
So a user could enter.
A B C
1 - I like Pie = SUM(A1*5)
0 - I like Cake = SUM(A2*4)
0 - I like Cookies = SUM(A3*1)
1 - I like Candy = SUM(A4*1)
2 - I like Chocolate = SUM(A5*2)
Now, here is what I would like to do. Because the person chose they did
not like cookies or cake, that a report be generated on the second
sheet saying simply.
I like Pie = 5
I like Candy = 4
I like Chocolate = 10
In other words, IF they enter 0 or the item does not apply to them,
that it would be left out of the report...
My file uses ALOT of seperate options and is attached below.
(In case anyone is really interested, it automatically calculates the
price to repair a mech for the Battletech miniatures game system.)
File is attached with some notes on what I had been trying.
Attachment filename: damage calculator.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=396507
it's 4am and I don't seem to be getting very close.
I know 0 VBS stuff, so that may be a quick answer for me to learn a
little, but here is the general idea.
I have a spreadsheet with two sheets, the first is a checklist, where
you can enter numbers that correspond to the items that apply to you.
At which time formulas derive other information.
For example, column A is how much, on a scale of 1-10 the person likes
pie, and then a formula in column C decides how much that will cost the
person.
So a user could enter.
A B C
1 - I like Pie = SUM(A1*5)
0 - I like Cake = SUM(A2*4)
0 - I like Cookies = SUM(A3*1)
1 - I like Candy = SUM(A4*1)
2 - I like Chocolate = SUM(A5*2)
Now, here is what I would like to do. Because the person chose they did
not like cookies or cake, that a report be generated on the second
sheet saying simply.
I like Pie = 5
I like Candy = 4
I like Chocolate = 10
In other words, IF they enter 0 or the item does not apply to them,
that it would be left out of the report...
My file uses ALOT of seperate options and is attached below.
(In case anyone is really interested, it automatically calculates the
price to repair a mech for the Battletech miniatures game system.)
File is attached with some notes on what I had been trying.
Attachment filename: damage calculator.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=396507