Hello
I am trying to develop a registration form for an upcoming event. The event is not until August, but want to have preregistration happening. I will therefore have three different dates to test for and each date time frame will have a different cost associated with it. I have half of what I need figured out, but one spot has me stumped.
Basic layout.
Registration fee Before May 15 (amount will be $100.00) Before July 15 (amount will be $150.) Onsite (this will be from Aug 10-14th and amount will be $200.00). Three spots show the price and last column gives the total price.
This is what I have for my formula right now: IF(TODAY()>=DATE(2014,8,10),"$200.00",IF(TODAY()<=DATE(2014,5,15),"$100.00","$150.00"))
However, there are few things this does not do that I can not figure out what is needed to test for them.
The first is the "total price" column must start out showing $0.
Then there are two different test I am trying to do.
The first is the registration fee. The person just has to check if the non-waived fee is their registration type. I am thinking of telling them put an "X" in the column. Then using an if formula to test for the date and that dates pricing to have it show up in the "total" column.
That is one formula.
Then there are the options to purchase tickets for events that are being held. Again there are the three different dates and pricing for those dates. For this formula I have to test both for the the current date and that pricing option, but they have the option to pick a quantity of tickets. (One kicker they might throw at me is limiting the number of tickets that can be purchase, but that I might just put in writing under the ticket description.) This also must start out with the "total" column at $0.
This would be the other needed formula.
So, how can I test for the current date. Use the pricing associated for that date range and give a unique total amount, where I am test for a text item in one formula and number quantity in another formula.
Oh, and just so I know this will work with might be the majority of versions I save as a 97-2003 version.
Bookmarks