Hi,
I am trying use a "if function" to return value based on 2 adjacent cells and drag it down all the way till the next matching data.
i.e. If column B matches "Customer ID:" then display the code
with this formula =IF(B:B="Customer ID:",C:C,"")
I am able to do only on the same row, how can I drag it down to the next rows?
Thank You
I am trying use a "if function" to return value based on 2 adjacent cells and drag it down all the way till the next matching data.
i.e. If column B matches "Customer ID:" then display the code
with this formula =IF(B:B="Customer ID:",C:C,"")
I am able to do only on the same row, how can I drag it down to the next rows?
Thank You