How can I get another cell value if one cell equals in Excel?
How can I get another cell value if one cell equals in Excel? You can use the following formula: =IF(A1=B1,C1,””) Note: Cell A1 and Cell B1 are the two cells that you wish to compare, and Cell C1 is the cell value that you want to extract. =IF(C1=”70$”,B1,””) C1=”70$” =IF(C1=”70$”,B1+100,””) How do I add a […]