How can I change name of cells if 1 cell changes name.
If A1 has the name "Store Rack 1"
then Cells display names Pens, platic Bags, Paper in cells D5, F5, H5
If A1 has the name "Store Rack 2"
then Cells display names eraser, Box, Pencil in cells D5, F5, H5
Example:1
If Cell A1 = Store Rack 1
Then
Cell D5 = Pens
Cell F5 = Plastic Bags
Cell H5 =Paper
Example:2
If Cell A1 = Store Rack 2
Then
Cell D5 = easer
Cell F5 = Box
Cell H5 =pencil
any help on this will be great.
If A1 has the name "Store Rack 1"
then Cells display names Pens, platic Bags, Paper in cells D5, F5, H5
If A1 has the name "Store Rack 2"
then Cells display names eraser, Box, Pencil in cells D5, F5, H5
Example:1
If Cell A1 = Store Rack 1
Then
Cell D5 = Pens
Cell F5 = Plastic Bags
Cell H5 =Paper
Example:2
If Cell A1 = Store Rack 2
Then
Cell D5 = easer
Cell F5 = Box
Cell H5 =pencil
any help on this will be great.