2020-11-17 Excelで数字部分だけ数字で取得 なんかいい関数が見当たらないので、標準モジュールに以下打ち込んで使う Function oVal(aArg) aArg = Replace(aArg, ",", "") oVal = Val(aArg) End Function