Hi people can any one help I am looking to have a few pictures show as a formula but I am unsure on how to get it to work.
I need to do the following:
what will show in column B will change each day as a I am creating a ordering picking list and want to show a pic in column A of the item to help with picking the item. Is there an easy way of doing this.
I have been messing around with the following
=showpic("C:\Desktop\Items\46004978Thumb.jpg")
and thought I may be able to show this as by doing the following in the desired cells
=IF(ISBLANK(B1),"",INDEX(Sheet1!A:A,MATCH(B1,Sheet1!B:B,0)))
on sheet1 I have all the model numbers next to =showpic("C:\Desktop\Items\46004978Thumb.jpg") and the index formula will grab the correct showpic string depending on stock code that is showing in various column B cells
but this isn't working
please can anyone help.
I need to do the following:
what will show in column B will change each day as a I am creating a ordering picking list and want to show a pic in column A of the item to help with picking the item. Is there an easy way of doing this.
I have been messing around with the following
=showpic("C:\Desktop\Items\46004978Thumb.jpg")
and thought I may be able to show this as by doing the following in the desired cells
=IF(ISBLANK(B1),"",INDEX(Sheet1!A:A,MATCH(B1,Sheet1!B:B,0)))
on sheet1 I have all the model numbers next to =showpic("C:\Desktop\Items\46004978Thumb.jpg") and the index formula will grab the correct showpic string depending on stock code that is showing in various column B cells
but this isn't working
please can anyone help.