Hello,
I am trying to make a formula that I can copy down for all cells in column A. Basically, I want it to search for the corresponding cell in column D, in all of column B. If it exists in column B, it should return the value in the corresponding cell in column C (for example, if it finds the exact number in cell B27, it should return C27). Otherwise, it should just return "NO."
I tried something like: =IF(D1=B1:B3367,C1:C3367,no) but thats obviously not working. Would I need a macro for this?
Thanks,
Matt
I am trying to make a formula that I can copy down for all cells in column A. Basically, I want it to search for the corresponding cell in column D, in all of column B. If it exists in column B, it should return the value in the corresponding cell in column C (for example, if it finds the exact number in cell B27, it should return C27). Otherwise, it should just return "NO."
I tried something like: =IF(D1=B1:B3367,C1:C3367,no) but thats obviously not working. Would I need a macro for this?
Thanks,
Matt