Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I posted this question in the "Excel Programming" thread, but this seems to be too simple for that thread. I have a list that looks like this: A...........B...........C...........D Item......Size1......Size2.....Size3 (Header) Item1.......$2........$3.........$4 Item2.......$1........$2.........$3 Item3.......$4........$5.........$6 "Item2" only comes in the first two sizes (Size1, and Size2), so I want to add a column where I would specify the max size for "Item2", and a macro would delete the Size3 price for Item2. (I would do this to all items in my list) Something like this: A...........B...........C...........D...........E Item......Size1......Size2.....Size3....MaxSize (Header) Item1.......$2........$3.........$4...........3 Item2.......$1........$2.......................2 Item3.......$4........$5.........$6...........3 Thank You, Leibtek -- Leibtek ------------------------------------------------------------------------ Leibtek's Profile: http://www.excelforum.com/member.php...o&userid=32287 View this thread: http://www.excelforum.com/showthread...hreadid=571193 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
Macro to search for and display data in another worksheet | Excel Worksheet Functions | |||
Macro data selection line delete | Excel Discussion (Misc queries) | |||
Macro that will add data from multiple workbooks to the 1st open r | Excel Discussion (Misc queries) | |||
Daily Macro to Download Data, Order and paste in order | Excel Worksheet Functions |