R rawad077 New Member Sep 15, 2012 #1 Can someone show me how do I replace a cell value with its relevant column header if the value in the cell is 1? And if 0 do nothing
Can someone show me how do I replace a cell value with its relevant column header if the value in the cell is 1? And if 0 do nothing
shrivallabha Excel Ninja Sep 15, 2012 #2 Welcome To Chandoo. Can you explain us how your data is arranged? Where are column headers located e.g. Row 1? Do you want to do this on one column or all columns? Explaining your situation accurately will help you get better solution / approach?
Welcome To Chandoo. Can you explain us how your data is arranged? Where are column headers located e.g. Row 1? Do you want to do this on one column or all columns? Explaining your situation accurately will help you get better solution / approach?
bobhc Excel Ninja Sep 15, 2012 #3 rawad077 If data in column A and header is A1 this in B2 =IF(A2>=1,"ColumnHeader",0)