Today we are utilizing a formula in SharePoint that we go update by adding to it and wanted to see if VBA in an excel sheet could help out. The formula is as follows:=OR(ISNUMBER(FIND("PartA",[Item Number])),ISNUMBER(FIND("PartB",[Item Number])),ISNUMBER(FIND("PartC",[Item Number]))). If possible i would like to make an excel chart that has a column called Part that lists PartA, PartB... PartXX. Then have VBA take this column and spit out into a cell or onto the clipboard the updated formula that we can paste into sharepoint.