• I want to thank all the members that have upgraded your accounts. I truly appreciate your support of the site monetarily. Supporting the site keeps this site up and running as a lot of work daily goes on behind the scenes. Click to Support Signs101 ...

excel hell.

nashvillesigns

Making America great, one sign at a time.
Price Sheets.
love what i created so far.
input size, get SqFt., get how much sheets of material you need, get a set price for size. get sale tax, get total.
problem?
all square foot pricing is related by size. there are at least seven different tiers here. the smaller ones cost way more per square than the mammoth signs.

for the life of me, i cannot get this #@$^!#%^@ program to adjust.
either by "lookup" or "tables."
does any body have a correct formula?
you can message my inbox your response if this question is uncomfortable to post.
i will change the cell keys to fit mine!
thanks
chris:rock-n-roll:
 

J Hill Designs

New Member
I'm guessing he needs some sort of if(sqft<x) {use(pricechartx)}

but i dont know excell programming, so not gonna chime in with help :thumb:
 

Christian @ 2CT Media

Active Member
If you want a very simple answer and easy way to program excel, Figure out your base rate and use IF THEN statements for example:

IF SqFt =< 10 Then BaseRate * 7, ELSE IF SqFt =< 50 Then BaseRate * 6... so on a so forth. This is more VBA termanology but I can put it into excel terms for you once I see you sheet.
 

Christian @ 2CT Media

Active Member
The other thing you may want to consider is writing an auto execute macro which would be ultimately faster and can have much more advanced features depending on your needs.
 
Top