Forum Discussion
How to copy a cell's value IF...
All are in the same worksheet. I have tried the IF formula but I don't know how to make sure that all data that matches with value "kluisje" from all 3 subjects (inkom, cat1 and cat2) can be copied underneath each other in column M...
if they are not in the same table all mixed up you do not need to use a match index formula. so basically a simple if formula will do the trick just be sure to use the correct absolute and mixed reference syntax
- LienvdsDec 17, 2018Copper Contributor
I tried it with the simple IF formula but this is what I get (picture nr2). It copies the value of the cells but it doesn't paste it underneath each other in the M-column but horizontally at the same row as the other cell.
Also, I'm still not sure how to get all values with the word "kluisje" from rows C6-C20, L6-L20 and C39-C58 copied chronologically underneath each other into the M-column?
- erol sinan zorluDec 17, 2018Iron Contributor
what do you mean by "underneath"? Do you need to find the total or something? Can you please elobarate the issue a litte bit?
- LienvdsDec 17, 2018Copper Contributor
In the M-column should appear all amounts that were taken from the vault, so all underneath each other (from M39 - M...) in one list/column.
Every time I put a value in the columns C6-C25, L6-L25 and C39-C58, the values that have the word "kluisje" next to it, should be copied to an 'overview list' into M39 - M...
Basically, we have 3 cash registers (inkom, catering 1 and catering 2) and we keep track every time we go and get money from the vault and put it into one of those three cash registers. We keep track of the money that we put in the registers and write it down in the worksheet in the columns "Inkom" (C6-C25), "Catering 1" (L6-L25) and "Catering 2" (C39-C58) and instead of copying the amount every time there is money that came from the vault (kluisje), I want it to be copied automatically into an overview list "kluisje" (M39 - M...). In the end I want to easily have an overview of all the money that come from the vault and was put into the cash registers and use the SUM formula to have a total indeed.
Am I making it more or less understandable like this?
Thx!