Forum Discussion
James Diaper
Jul 20, 2018Copper Contributor
Using IF command but referencing alternate rows - autofill
Hi, Please can some help me. How do I continue this sequence without having to manually adjust each equation? =IF($C6=$H$5,$D6," ") =IF($C8=$H$5,$D8," ") =IF($C10=$H$5,$D10," ") =IF($C12=...
JKPieterse
Jul 20, 2018Silver Contributor
Two options:
1. An array formula (enter using control+shift+enter!)
2. A pivot table.
See attached.
James Diaper
Jul 20, 2018Copper Contributor
Thank you very much Jan :)