charlesfarrell
New Member
- Joined
- Sep 28, 2017
- Messages
- 6
Hi Guys,
I am working on a formula that will update a cell value if two condictions are met, if the conditions are not met the cell value will remain the same.
For example, I have three columns, A, B and C. Each has values in the columns already, however I would like to change the value in Column C if criteria in A and B are met, if not to leave the original value. Is this possible and what might the formula be?
I have been using:
=IF((AND(A:A="BCJ",B:B="MEL")),"MEL",C:C)
When the criteria in A and B are met C updates with MEL, which is correct, however if not met it returns the value of 0, not the value originally in column C.
I'm not sure if I have explained this very clearly, happy to answer any questions. Thanks for the help everyon!
Charlie
I am working on a formula that will update a cell value if two condictions are met, if the conditions are not met the cell value will remain the same.
For example, I have three columns, A, B and C. Each has values in the columns already, however I would like to change the value in Column C if criteria in A and B are met, if not to leave the original value. Is this possible and what might the formula be?
I have been using:
=IF((AND(A:A="BCJ",B:B="MEL")),"MEL",C:C)
When the criteria in A and B are met C updates with MEL, which is correct, however if not met it returns the value of 0, not the value originally in column C.
I'm not sure if I have explained this very clearly, happy to answer any questions. Thanks for the help everyon!
Charlie