jlsCreative
New Member
- Joined
- Mar 5, 2013
- Messages
- 6
Hello all,
I'm building a cost calculator and I need to use different formulas in a single cell. I have an end price that could meet three pricing conditions, here they are:
Small Paperback Book:
Page Count: 18-46, $1.04 per unit
Page Count: 48-106, $1.61 per unit
Page Count: 108+, $0.63 per unit
I need to program one cell to return calculations based on how many number of pages another cell has. What is the correct syntax here? I'm a newbie to Excel and am building this for a client as a bonus and am not keen on syntax.
I tried the following:
=if(B2<46,1.04) OR if(B2>46<106,1.61) OR if(B2>108,0.63)
But, that's returning an error. Any help would be appreciated. As of now, I cannot post attachments, because my account is new, but if you have a Gmail account, I can share the document with you via Google Docs.
Thanks,
Jason
I'm building a cost calculator and I need to use different formulas in a single cell. I have an end price that could meet three pricing conditions, here they are:
Small Paperback Book:
Page Count: 18-46, $1.04 per unit
Page Count: 48-106, $1.61 per unit
Page Count: 108+, $0.63 per unit
I need to program one cell to return calculations based on how many number of pages another cell has. What is the correct syntax here? I'm a newbie to Excel and am building this for a client as a bonus and am not keen on syntax.
I tried the following:
=if(B2<46,1.04) OR if(B2>46<106,1.61) OR if(B2>108,0.63)
But, that's returning an error. Any help would be appreciated. As of now, I cannot post attachments, because my account is new, but if you have a Gmail account, I can share the document with you via Google Docs.
Thanks,
Jason