Forum Discussion
Svein Tore Kristensen
Oct 14, 2018Copper Contributor
Excel - check a number and refer in a column to another column
Hello. (IF-question) Desired forms should refer to (driver 1,2,3,4,5,6) on the individual line.
- By enter "1" in column "Q", the amount in "E" is required to copy to "S" associated driver 1...
- Oct 22, 2018
I may not have explained it well, but this is the approach I was taking.
Svein Tore Kristensen
Oct 17, 2018Copper Contributor
Thanks
It did not work :-(
See the attached file
Thank you in advance :-)
- BobOrrellOct 17, 2018Iron Contributor
In cell Q5, you will want
=IF($O5=1,$E5,"")
In cell R5, you will want
=IF($O5=2,$E5,"")
and so on, until the first row of columns Q through your last column is filled in. Y ou can then copy down to fill in the other rows, and should give you what you want. Note that the value changes after the = .
- Svein Tore KristensenOct 19, 2018Copper Contributor
Thanks, but It did not work :-(
Something I miss??
Thank you in advance :-)
See Attached Excel-file
- BobOrrellOct 22, 2018Iron Contributor
I may not have explained it well, but this is the approach I was taking.