I would like to create a formula that will look at the value in D6, ie 1,2 or 3 etc) and ...
- if the value in D6 is '1', then put '25' (£) into M6.
- If the value in D6 is '2', then to put '25' into M6 AND O6.
- If the value in D6 is '3', then to put '25' into M6, O6 AND Q6 etc
I'm rather a novice at creating formulae, as it's been several years since studying Excel, so I've forgotten most of what I learnt. I tried this formula (below) but it returned '25' into the cell where I typed the formula, and not into L6 So, almost right – not bad for a bit of guess work
=IF(D6=1, "25", M6)
Would you be able to help me with a formula which would achieve this, or point me to a tutorial?
Once I've got this formula sorted, I then want to progress to, again based on the values in 'D' column, ie 1, 2, 3 etc, to place '3' (£3) x value D6 (and subsequently, all D Column), into another column, ie
Many thanks. I’ll be most grateful for your help and advice
- if the value in D6 is '1', then put '25' (£) into M6.
- If the value in D6 is '2', then to put '25' into M6 AND O6.
- If the value in D6 is '3', then to put '25' into M6, O6 AND Q6 etc
I'm rather a novice at creating formulae, as it's been several years since studying Excel, so I've forgotten most of what I learnt. I tried this formula (below) but it returned '25' into the cell where I typed the formula, and not into L6 So, almost right – not bad for a bit of guess work
=IF(D6=1, "25", M6)
Would you be able to help me with a formula which would achieve this, or point me to a tutorial?
Once I've got this formula sorted, I then want to progress to, again based on the values in 'D' column, ie 1, 2, 3 etc, to place '3' (£3) x value D6 (and subsequently, all D Column), into another column, ie
Many thanks. I’ll be most grateful for your help and advice