Hello, Please I'm trying to make my price calculator to calculate price from the price list of the color selected.For example if white is selected, the calculator should make use of white price list to calculate. Thanks.
Hello, Please I'm trying to make my price calculator to calculate price from the price list of the color selected.For example if white is selected, the calculator should make use of white price list to calculate. Thanks.
Last edited by Marshall008; 08-23-2018 at 07:19 AM.
1 - do not use spaces in your Tab Names - makes it harder to reference in formulas - I would suggest remove "shirt Prices" - then the choice in D11 will reflect the tab
2 - Try renaming your ranges WhiteFirst, DarkFirst, ColoredFirst
then when you index the range you can use Indirect($D$11&"First[1C]:[12C]") etc...
Thanks for the response. I changed some things on the calculator. Right now all the calculation are working the way I want,
the only thing disturbing me is: I want the calculator to calculate from the sheet of selected color.
For example, white color- calculation should be done on with the sheet "white".
Kindly assist me on how to do that, I'm a beginner at excel.
Thanks, looking forward to your response.
Replace the names of ranges:
First ---> White
First3 ---> Dark
In the cell 'I7' formula
=IFERROR(INDEX(INDIRECT($D$11&"[[1C]:[12C]]"); MATCH($D$9; INDIRECT($D$11&"[Break Point]"); 1); MATCH($D$10; INDIRECT($D$11&"[#Headers]"); 0)-1); 0)
Regards.
Thanks for your assistant, for the formula on the cell I7, I keep getting this error "There's a problem with this formula". please kindly assist me.
Sorry, change semicolons ';' to commas ','
I wrote this in the Polish version of excel and I did not exchange it, sorry![]()
Thanks this solved my problems
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks