Scenario: I have two MS excel Columns B3:B200 and C3:C200, Column C values area Fed externally from a database however column B compares what is in column C and gives it an alias value, example if Column C's Value is: Damian, Column B gives the following value: Dames, I have written the formula for that:IF($C$3:$C$200="Damian","Dames","") which works, however my issue is if the data in the C column changes how can I have a function the goes in to the function: IF($C$3:$C$200="Damian","Dames","") and automatically change the hardcoded texts Damian and Dames
Add a comment |