Hi Kim,
See if these two posts help:
http://www.excelforum.com/excel-new-users-basics/737065-insert-live-exchange-rate.html
http://www.wikihow.com/Create-a-Currency-Converter-With-Microsoft-Excel
Hi
Plz try this:
=SUMPRODUCT(($C$7=ds!$F$8:$F$15)*('Output per Function'!$A12=ds!$A$8:$A$15)*('Output per Function'!$B12=ds!$B$8:$B$15)*('Output per Function'!C$20=ds!$G$7:$R$7)*(ds!$G$8:$R$15))
drag down and left
[Edit: same as Narayan's solution :)]
@jeffreyweir,
Most of the time as i present report to boss he is more interested in black and white lines and his required layout printed on a paper rather then SUMPRODUCT or INDEX MATCH or PIVOT TABLES behind them.
If i try to explain him the difference in between them, he will ask me to keep...
Hi Sleepingboy
Try:
=SUMPRODUCT(($A$3:$A$4=P3)*($B$1:$N$1&$B$2:$N$2=$Q$1&$Q$2)*($B$3:$N$4))
....drag down
or for Index Match Case you should use this with CSE
=INDEX($B$3:$N$4,MATCH(P3,$A$3:$A$4,0),MATCH($Q$1&$Q$2,$B$1:$N$1&$B$2:$N$2,0))
...drag down.
Hi,
Please see this post. Consider adding a column with True in it, the code should work.
http://www.ozgrid.com/forum/showthread.php?t=58648&p=302918#post302918
Hi Suzanne,
Besides above suggestions you can try this but first consider backing up your data.
If you think that your file size should have been smaller, then try this:
1. Open the sheet and press F5, on GO TO Menu, select last cell. this will select the last cell on the sheet.
2. from that...