Hello everybody,
I'm trying to return a text cell from 2 tables. These 2 tables contain numerical values resulting of a mathematical formula, so inside the cell there is the number as result.
As shown below I'd like to return for instance "SPAGHETTI, 500 G" in a new cell if the value "131.6455696" is the highest in the other table. I've tried with many functions but with no luck.
How could I fix it?
Product / Year 1 RICE,1 KG CRISPBREAD, 1 KG SPAGHETTI, 500 G
2002 2.45 4.39 0.79
2003 2.46 4.49 0.78
2004 2.42 4.53 0.76
2005 2.18 4.62 0.75
2006 1.98 4.26 0.79
2007 2 4.28 0.8
2008 2.12 4.48 1.04
Price relative Index
2002 100 100 100
2003 100.4081633 102.2779043 98.73417722
2004 98.7755102 103.1890661 96.20253165
2005 88.97959184 105.23918 94.93670886
2006 80.81632653 97.03872437 100
2007 81.63265306 97.49430524 101.2658228
2008 86.53061224 102.0501139 131.6455696
Thanks in advance,
Aleksi
I'm trying to return a text cell from 2 tables. These 2 tables contain numerical values resulting of a mathematical formula, so inside the cell there is the number as result.
As shown below I'd like to return for instance "SPAGHETTI, 500 G" in a new cell if the value "131.6455696" is the highest in the other table. I've tried with many functions but with no luck.
How could I fix it?
Product / Year 1 RICE,1 KG CRISPBREAD, 1 KG SPAGHETTI, 500 G
2002 2.45 4.39 0.79
2003 2.46 4.49 0.78
2004 2.42 4.53 0.76
2005 2.18 4.62 0.75
2006 1.98 4.26 0.79
2007 2 4.28 0.8
2008 2.12 4.48 1.04
Price relative Index
2002 100 100 100
2003 100.4081633 102.2779043 98.73417722
2004 98.7755102 103.1890661 96.20253165
2005 88.97959184 105.23918 94.93670886
2006 80.81632653 97.03872437 100
2007 81.63265306 97.49430524 101.2658228
2008 86.53061224 102.0501139 131.6455696
Thanks in advance,
Aleksi