can anybody please help me how to disable column names/ sub names in table in excel 2007.
for example:
=IF(OR(Table3[[#This Row],[ISSUE / RECEIVE]]="RECEIVE",Table3[[#This Row],[ISSUE / RECEIVE]]="ISSUE"),IF(ISNUMBER(FIND("BOARD",Table3[[#This Row],[MATERIAL]])),Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/15500,IF(ISNUMBER(FIND("STICKER",Table3[[#This Row],[MATERIAL]])),Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/15500,IF(ISNUMBER(FIND("CARD",Table3[[#This Row],[MATERIAL]])),Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/15500,Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/3100))),0)
i want to disable it..i want only cell number. i have unchecked excel options --> formulas --> "use table names in formulas" but it didnt work.
for example:
=IF(OR(Table3[[#This Row],[ISSUE / RECEIVE]]="RECEIVE",Table3[[#This Row],[ISSUE / RECEIVE]]="ISSUE"),IF(ISNUMBER(FIND("BOARD",Table3[[#This Row],[MATERIAL]])),Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/15500,IF(ISNUMBER(FIND("STICKER",Table3[[#This Row],[MATERIAL]])),Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/15500,IF(ISNUMBER(FIND("CARD",Table3[[#This Row],[MATERIAL]])),Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/15500,Table3[[#This Row],[WIDTH]]*Table3[[#This Row],[LENGTH]]*Table3[[#This Row],[GSM]]/3100))),0)
i want to disable it..i want only cell number. i have unchecked excel options --> formulas --> "use table names in formulas" but it didnt work.