Dear all
I am trying to automatically create a quotation document on one worksheet (Quotation) by extracting information entered on a different worksheet (Input Data). I have managed to link most of the data between the two work sheets but I have now hit a wall.
I am using Excel 2010 on Windows 7 Professional. I have created a list of items that I wish to either include or exclude from the quotation (The Input Data Sheet)
I have applied check boxes and managed to get this to work using the following formula =IF('Input Data'!C19=TRUE,'Input Data'!E19)however if a checkbox is left blank I get a “false” statement in the corresponding cell on the “quotation” worksheet.
What I am trying to achieve is only the items selected by checking a box appear on the quotation worksheet in a nice tidy vertical list without any empty cells or false statement between each item. Can this be done with conditional formatting or will I have to go down the VBA route which I am unfamiliar with?
I would very much appreciate if someone could offer any help with this
Thanking you in advance..
I am trying to automatically create a quotation document on one worksheet (Quotation) by extracting information entered on a different worksheet (Input Data). I have managed to link most of the data between the two work sheets but I have now hit a wall.
I am using Excel 2010 on Windows 7 Professional. I have created a list of items that I wish to either include or exclude from the quotation (The Input Data Sheet)
I have applied check boxes and managed to get this to work using the following formula =IF('Input Data'!C19=TRUE,'Input Data'!E19)however if a checkbox is left blank I get a “false” statement in the corresponding cell on the “quotation” worksheet.
What I am trying to achieve is only the items selected by checking a box appear on the quotation worksheet in a nice tidy vertical list without any empty cells or false statement between each item. Can this be done with conditional formatting or will I have to go down the VBA route which I am unfamiliar with?
I would very much appreciate if someone could offer any help with this
Thanking you in advance..