Excel cell background color 242256-Excel cell background color gradient

Range の引数にセル名を指定すると、そのセルに色を設定できます。 セル「A1」に色を設定するには Range ("A1")FontColor を入力します。 Range ("A1")FontColor = RGB (255, 0, 0) Range ("A1")InteriorColor = RGB (0, 0, 0) i have this Job where i created Excel Template i already made the texts and data needed but i need to change the background color of some cell or column (it is where the user will input data) i can change font style, etc but i can't seem to find the code for change background color please help me thanksCell Font Color is represented by Cell>Style>Font>Color;

Add Or Change The Background Color Of Cells Excel

Add Or Change The Background Color Of Cells Excel

Excel cell background color gradient

Excel cell background color gradient-In this video tutorial I will show you how to change cell background colour in your Microsoft Excel spreadsheet Changing cell background colour can make itNote This function does not return the color name but it returns the color index which is also a unique value and can be used in our task Follow the below steps to use the UDF First of all open your worksheet where you need to add the cells based on background colors Next, press ALT F11 to open the VB EditorNavigate to 'Insert' > 'Module'

Q Tbn And9gcrp5amtqgzhcineoiixhldhjpgwi0sx2 Sgglypw8esbxrf3uez Usqp Cau

Q Tbn And9gcrp5amtqgzhcineoiixhldhjpgwi0sx2 Sgglypw8esbxrf3uez Usqp Cau

Add a Name (any valid name) in Excel's Name Manager under Formula tab in the Ribbon Then assign a formula using GETCELL function =GETCELL (63,INDIRECT ("rc",FALSE)) 63 stands for backcolor Let's say we name it Background so in any cell with color type =BackgroundTo sum all cells with the same background color, please enter the formula =SUBTOTAL(109, E2E);Answer By default when you create a new workbook in Excel 16, all cells will be formatted with a background color that is transparent This allows you to see the grid lines in the worksheet You can change the background color of any cell to enhance the look of your document

 Re Formula or function for IF statement based on cell color Step 1 Paste code (found at bottom) into a new module ALT F11 shortcut should open the code area Step 2 In cell O1 paste formula =InteriorColor (B1) drag formula down Step 3 In cell P1 paste formula =InteriorColor (G1) drag formula down Step 4 In cell L1 paste formula =IF (O1Here's how Select the cells you want to highlight Tips To use a different background color for the whole worksheet, click the Click Home > the arrow next to Fill Color , or press AltH, H Under Theme Colors or Standard Colors, pick the color you want To use a custom color, click More Colors,Changing background colors in Excel VBA is easy Use the Interior property to return an Interior object Then use the ColorIndex property of the Interior object to set the background color of a cell Place three command buttons on your worksheet and add the following code lines 1 The code line below sets the background color of cell A1 to light blue

 I need to copy only the color of certain cells to other ranges, not the number formats, borders, etc If the "standard" Excel palette colors were used it would have been simple, but that's not the case Thanks in advance!2,017 thoughts on " Excel Formula Based on Cell Background Colour " скачать программау к сивоглазов биология 1011 класс at 936 pm Its like you read my mind! To set the background color of a cell in excel sheet, you need to set It's Interior properties see the example below C# Copy Code Range rng = NewWorkSheetget_Range ( "A1Z1", MissingValue);

Unwanted Change Of Cell Background Color Template With Epplus 4 5 0 1 Beta And Excel 16 Issue 98 Jankallman Epplus Github

Unwanted Change Of Cell Background Color Template With Epplus 4 5 0 1 Beta And Excel 16 Issue 98 Jankallman Epplus Github

5 Excel Keyboard Shortcuts For Font Or Fill Colors Excel Campus

5 Excel Keyboard Shortcuts For Font Or Fill Colors Excel Campus

First things first, let us define a cell style Excel lets you define your own custom styles that you can apply to any cell in your worksheet Cell styles let you apply different types of formatting to a cell in one step For example, say you want a cell to have a specific background color, a specific font size, type, and color, with specificQuestion How do I change the background color of a cell in Microsoft Excel 16? Color = red value green value multiplied by 256 blue value multiplied by ( = 256*256) Now we are understanding how Excel calculates that mysterious color value let's see how you can get the RGB color from that value Get the RGB value of a

Add Or Change The Background Color Of Cells Excel

Add Or Change The Background Color Of Cells Excel

Color Cell Background Partially In Excel Using Data Bars

Color Cell Background Partially In Excel Using Data Bars

119 Change the background color of special cells statically Select your table or a range and press F5 to open the " Go To " dialog, and then click the " Special " button In the " Go to Special " dialog box, check the Blanks radio button to select all empty cells If you want to highlight And4418 I need to set a cells background color (and potentially the text color), but without using Conditional Formatting Column G contains a word (Pending, Complete, Scheduled) Column H contains a dollar value Column I is what I am manipulating The current formula in Column ICountif by cells background color in Excel Manage any team and any workflow with mondaycom Watch later Share Copy link Info Shopping Tap to

How To Change Cell Background Color In Microsoft Excel 07

How To Change Cell Background Color In Microsoft Excel 07

How To Change Cell Color In Excel Based On Another Cell Value

How To Change Cell Color In Excel Based On Another Cell Value

137 How to Sort by Cell Background Color in Excel In the example below, the records of students age and younger are highlighted in red To sort the data by cell background color so that the red entries appear on top Highlight the range of cells to be sorted (cellsLet's start with the easiest and widely used option by using Excel's Find and Replace feature Count or Add Colors using the Find option In worksheet Find, you have a data set of Students and their Attendance where Absent is manually mark with Red background The assignment is to compute a number of cells with a red shade (Absent) To Count Excel cells using the Find option Hi, Please explain, how to color the two different cells (C4,F6) with two different colors in the excel sheet using OpenXML in C# thanks, Elangovan P Hi Elangovan P, Below is the console application which I have made and it can create an simple excel file which cells are set like this using System;

1

1

Color Cell Background Partially In Excel Using Data Bars

Color Cell Background Partially In Excel Using Data Bars

 In Excel, use the Fill button on the Home tab to add a background color (fill) to cells To learn more about colors, click here When you place a fill in a cell that has data in it, make sure the font is a contrasting color so that your data can be Set Background colour of Excel cell I needed to set the background colour of a cell in an Excel spreadsheet recently The way to do it is to set the ColorIndex property of the Interior properties of the cell as shown in line 14 The ColorIndex can be set to a number between 1 and 56 Use –4142 if you don't want a coloured background3 minutes to read;

Bgcolor Vs Fgcolor Tms Flexcel For Vcl Fmx Tms Support Center

Bgcolor Vs Fgcolor Tms Flexcel For Vcl Fmx Tms Support Center

Ms Excel 10 Change The Background Color Of A Cell

Ms Excel 10 Change The Background Color Of A Cell

On the Home tab, in the Font group, click the Format Cells dialog box launcher Keyboard shortcut You can also press CTRLSHIFTF In the Format Cells dialog box, on the Fill tab, under Background Color, click the background color that you want to use Do one of the followingYou can use both cell and range methods to change the background Let's see the Range method Place three command buttons on your worksheet This code will change the background color of cell A1 to Dark bluePosted 4Apr14 2101pm kumar9avinash

Excel If Formula Change Background Color Based On Value

Excel If Formula Change Background Color Based On Value

Displaying Items By Excel Cell Color

Displaying Items By Excel Cell Color

You seem to understand a lot about this, such as you wrote the book in it or somethingNote In both formulas, E2E is the Amount column containing the colored cells, and you can change them as you need 2We will select the Format button and choose the background color we want in the fill Tab Figure 8 – How to change font color based on the value In the Format Cells dialog box, we will switch to the fill tab and pick the color we want Next, we will click OK We will be redirected back to the New Formatting Rule window

Pl Sql Excel Set Cell Background Color Ora Excel Examples

Pl Sql Excel Set Cell Background Color Ora Excel Examples

Vba Rgb Change Color Of Background Cell Using Rgb In Vba Excel

Vba Rgb Change Color Of Background Cell Using Rgb In Vba Excel

This example demonstrates how to fill a cell background To do this, use the static methods of the XlFill object Solid Fill To specify the cell background color, call the XlFillSolidFill method and pass the desired color (defined by the XlColor object2 )excelSheetCells (i 1, 1 )Interiorcolorindex = "red"; Alternatively, AsposeCells API can be used to get the Cell Color or its various formatting using C# Cell Color or Cell Fill Color is represented by Cell>Style>ForegroundColor;

Filling Cells Excel Tutorials

Filling Cells Excel Tutorials

Ms Excel 07 Change The Background Color Of A Cell

Ms Excel 07 Change The Background Color Of A Cell

 The formula entered will return TRUE when the cell contains the word "Overdue" and will therefore format the text in those cells with a background color of red To format the "OnTime" cells to Green, you can create another rule based on the same range of cells Click Apply to apply to the range Highlight Cells If in Google SheetsThere are multiple ways we can count cells based on the color of the cell in excel Method #1 – Count Cells With Color Using Filter Method with Sub Total Function Method #2 – Count Cells with Color By Creating Function using VBA Code Now let us discuss each of the methods in detail along with an example –Set Cell Fill in Excel in C#, VBNET AutoFit Column in Exce in C#, VBNET Copy Cell Data in Excel in C#, VBNET The sample demonstrates how to set background color in Excel workbook via SpireXLS using SystemDrawing;

Setting Colors In Excel 10 Tutorialspoint

Setting Colors In Excel 10 Tutorialspoint

Changing The Background Color Of A Cell Based On Value In Microsoft Excel 16 Developer Publish

Changing The Background Color Of A Cell Based On Value In Microsoft Excel 16 Developer Publish

 Here are the three steps to use GETCELL to count colored cells in Excel Create a Named Range using GETCELL function Use the Named Range to get color code in a column Using the Color Number to Count the number of Colored Cells (by color)Sample Excel file used inside the Code Please consider the following sample Excel file shown inside the snapshotAnswer By default when you create a new workbook in Excel 13, all cells will be formatted with a background color that is transparent This allows you to see the grid lines in the worksheet You can change the background color of any cell to enhance the look of your document

How To Change Cell Background Color In Microsoft Excel 07

How To Change Cell Background Color In Microsoft Excel 07

How To Sort By Color In Excel Productivity Portfolio

How To Sort By Color In Excel Productivity Portfolio

Change Cell Background Color with Interiorcolorindex To change a cells background color using VBA you can use the interiorcolorindex property Here's a couple ways to change the background color of cell A1 An example using the Range() method Range("A1")InteriorColorIndex = 5 An example using the Cells() method Cells(1, 1)InteriorColorIndex = 15 Need an easy wayIn this tutorial, we will learn how to set background color in excel cell using c# step by step When we finish the program, we will see the following screenshot Step 1 Add the Excel library referece as in the following screen5414 Javascript hi, i want to set the background of excel cell using javascript i try this code but its not working JavaScript Copy Code 1 )excelSheetcell (yval 1, j 1 )FontColor = "red" ;

Color Cell Background Partially In Excel Using Data Bars

Color Cell Background Partially In Excel Using Data Bars

Excel If Formula Change Background Color Based On Value

Excel If Formula Change Background Color Based On Value

6621 Filter Cells by Background Color in Excel In this tutorial, we will guide you to learn the steps to Filter Cells by Background Color in Excel 365 using KutoolsWe are going to use a Kutools feature that is Special Filter option, It will make our work simple Let's get into this article, and see how this feature works Here is a simple VBA macro that will remove any fill colors from your selected cell range While this may be straightforward, it can help guide you with more complicated variations that you may be trying to code such as turning blue fill colors into green2 Created name under Name Manager and function is GETCELL (38;'SVÖV (Total)'!L$22) Here is the problem, excel does not seem to recollect the color i chose in

Locking The Background Color Microsoft Excel

Locking The Background Color Microsoft Excel

Add Or Change The Background Color Of Cells Excel

Add Or Change The Background Color Of Cells Excel

 1 In cells L22P22 i am using IF function that if cell L22 is equal to L24 then use conditional formatting to use white background and red color for the value So far so good !RngInteriorColor = XlRgbColor rgbLightSteelBlue;9213 The following examples will show you how to change the background or interior color in Excel using VBA Example 1 In this Example below I am changing the Range Background Color using Cell Object Sub sbRangeFillColorExample1() 'Using Cell Object Cells(3, 2)InteriorColorIndex = 5 ' 5 indicates Blue Color End Sub Example 2

Vba Code To Change Cell Background Color Complete Excel Tutorial

Vba Code To Change Cell Background Color Complete Excel Tutorial

Sum Cells Based On Background Color

Sum Cells Based On Background Color

 How to Sum or Count cells based on background color in Excel Step 1 Create the following table in any worksheet which have different background colors on range of cells Step 2 If you want to get sum or want to count given range of cells which is based on the color then first you have to set the cell color name in cell D26019 Excel actually is one of my favorite spreadsheets due to its great formatting features One can format any content that is housed in the worksheet including cells You can also split a cell diagonally and fill its two halves with different colors This article is going to focus on MS Excel for Windows Users7117 When I select a cell, I thought the color was supposed to be outlined with a box when I click on the Fill Color dropdown, but none of the colors in the dropdown are selected I managed to figure out a way to duplicate the background color by messing around with the Format Painter, but if I am playing with the background colors (to get a different look), I need to know what the

Excel Course The Basics Alignment Merging Cells Colors

Excel Course The Basics Alignment Merging Cells Colors

How To Change A Cell S Color Based On Specific Text Input Within A List In Excel Quora

How To Change A Cell S Color Based On Specific Text Input Within A List In Excel Quora

Question How do I change the background color of a cell in Microsoft Excel 13? To apply a simple filter, click the Filter dropdown for the Invoice Amount column Next, select Filter By Color and select yellow (Figure D) This submenu shows only G'day to all, I am currently working on an excel spreadsheet and I have formula working out a difference of 2 columns Can a formula result change the background colour depending on the result given?

Check Cell Color In Vba Excel Tutorials

Check Cell Color In Vba Excel Tutorials

Cuente Las Celdas Segun El Color De Fondo

Cuente Las Celdas Segun El Color De Fondo

Change the background color by cell value Change the font color by cell value Click Fill tab, and then choose one background color you like Click Font tab, and select the font color you need Apply Excel Cell text color In EPPlus, ExcelRange class has a style property This style property is the type of ExcelStyle (seal) class ExcelStyle classTo count all cells with the same background color, please enter the formula =SUBTOTAL(102, E2E);

How To Change Background Color In Excel Based On Cell Value

How To Change Background Color In Excel Based On Cell Value

Ms Excel 10 Change The Fill Color Of A Cell Based On The Value Of An Adjacent Cell

Ms Excel 10 Change The Fill Color Of A Cell Based On The Value Of An Adjacent Cell

 Use the Excel Export API to Change Cell Background Color ;

How To Apply Fill Colors Patterns And Gradients To Cells In Excel 07 Dummies

How To Apply Fill Colors Patterns And Gradients To Cells In Excel 07 Dummies

Format Cells Background

Format Cells Background

How Do You Fill A Cell With Color In Excel 13 Live2tech

How Do You Fill A Cell With Color In Excel 13 Live2tech

Sum By Color In Excel Examples How To Sum By Colors In Excel

Sum By Color In Excel Examples How To Sum By Colors In Excel

How To Change The Background Color Of The Cell In Ms Excel 13

How To Change The Background Color Of The Cell In Ms Excel 13

How To Change The Cell Background Color In Excel Google Sheets Automate Excel

How To Change The Cell Background Color In Excel Google Sheets Automate Excel

Assign Colors And Background Image In Excel

Assign Colors And Background Image In Excel

How To Apply Fill Colors Patterns And Gradients To Cells In Excel 10 Dummies

How To Apply Fill Colors Patterns And Gradients To Cells In Excel 10 Dummies

Vba Code To Change Cell Background Color Complete Excel Tutorial In 21 Cell Background Excel Tutorials Color

Vba Code To Change Cell Background Color Complete Excel Tutorial In 21 Cell Background Excel Tutorials Color

Replacing Background Colors In Cells Microsoft Excel

Replacing Background Colors In Cells Microsoft Excel

How To Count Colored Cells In Excel Step By Step Guide Video

How To Count Colored Cells In Excel Step By Step Guide Video

How To Change The Background Color Of Cells In Excel 10 Youtube

How To Change The Background Color Of Cells In Excel 10 Youtube

How To Change Cell Background Color Excelnotes

How To Change Cell Background Color Excelnotes

How To Use Conditional Formatting To Change Cell Background Color Based On Cell Value Excelchat

How To Use Conditional Formatting To Change Cell Background Color Based On Cell Value Excelchat

How To Apply Fill Colors Patterns And Gradients To Cells In Excel 10 Dummies

How To Apply Fill Colors Patterns And Gradients To Cells In Excel 10 Dummies

How To Use Color In Excel If Function

How To Use Color In Excel If Function

Excel Formula Based On Cell Background Colour

Excel Formula Based On Cell Background Colour

How To Remove Fill Color From Cells In Excel

How To Remove Fill Color From Cells In Excel

Q Tbn And9gcrp5amtqgzhcineoiixhldhjpgwi0sx2 Sgglypw8esbxrf3uez Usqp Cau

Q Tbn And9gcrp5amtqgzhcineoiixhldhjpgwi0sx2 Sgglypw8esbxrf3uez Usqp Cau

Instructions To Change The Cell Background Color Cell In Excel

Instructions To Change The Cell Background Color Cell In Excel

How To Change Background Color Based On Cell Value In Excel Excel Tutorials Change Background Excel

How To Change Background Color Based On Cell Value In Excel Excel Tutorials Change Background Excel

How Do You Fill A Cell With Color In Excel Solve Your Tech

How Do You Fill A Cell With Color In Excel Solve Your Tech

How To Add Background Color Automatically In Excel Youtube

How To Add Background Color Automatically In Excel Youtube

Change The Color Of The Table In Excel

Change The Color Of The Table In Excel

Change Background Color Of Cell Range In Excel Vba Analysistabs Innovating Awesome Tools For Data Analysis

Change Background Color Of Cell Range In Excel Vba Analysistabs Innovating Awesome Tools For Data Analysis

How Do You Fill A Cell With Color In Excel 13 Live2tech

How Do You Fill A Cell With Color In Excel 13 Live2tech

Set Background Color In Excel Cell Using C Programming Pseudocode Example C Programming Example

Set Background Color In Excel Cell Using C Programming Pseudocode Example C Programming Example

How To Switch To White Cell Background Color In Excel 10 Solve Your Tech

How To Switch To White Cell Background Color In Excel 10 Solve Your Tech

Sumif By Cell Background Color In Excel Excel Help

Sumif By Cell Background Color In Excel Excel Help

Changing A Cells Background Color Based Off Of Another Cell Excel

Changing A Cells Background Color Based Off Of Another Cell Excel

How To Apply Background Colors To Tables In Word

How To Apply Background Colors To Tables In Word

Solved C How To Change The Color Of Windows Excel Sheet Cells Background Color And Forecolor Techstrology

Solved C How To Change The Color Of Windows Excel Sheet Cells Background Color And Forecolor Techstrology

How To Change Background Or Font Color Based On Cell Value In Excel

How To Change Background Or Font Color Based On Cell Value In Excel

Q Tbn And9gcseljy Qgauxso0uyapofbc6shghbovpmqzper8jhnz3srclzxn Usqp Cau

Q Tbn And9gcseljy Qgauxso0uyapofbc6shghbovpmqzper8jhnz3srclzxn Usqp Cau

Conditional Formatting Easily Add Colors Icons In Excel Table

Conditional Formatting Easily Add Colors Icons In Excel Table

Setting Colors In Excel 10 Tutorialspoint

Setting Colors In Excel 10 Tutorialspoint

Change Cell Background Color In Excel By Equal Formulas Mechanicalengblog

Change Cell Background Color In Excel By Equal Formulas Mechanicalengblog

How To Change Background Color Of Cells Based On Value In Excel Free Excel Tutorial

How To Change Background Color Of Cells Based On Value In Excel Free Excel Tutorial

Getting Excel Cell Background Themed Color As Hex With Openpyxl Stack Overflow

Getting Excel Cell Background Themed Color As Hex With Openpyxl Stack Overflow

Poi Setting Excel Cell Background Color Using The Setfillforegroundcolor And Setfillpattern Programmer Sought

Poi Setting Excel Cell Background Color Using The Setfillforegroundcolor And Setfillpattern Programmer Sought

Excel Can T Remove Cell Fill Color Vba And Vb Net Tutorials Education And Programming Services

Excel Can T Remove Cell Fill Color Vba And Vb Net Tutorials Education And Programming Services

How To Easily Sum Values By A Cell S Background Color In Excel Techrepublic

How To Easily Sum Values By A Cell S Background Color In Excel Techrepublic

How To Find The Background Color Of An Excel Cell Help Uipath Community Forum

How To Find The Background Color Of An Excel Cell Help Uipath Community Forum

Change Cell Background Color Based On Its Cell Value In Excel 16

Change Cell Background Color Based On Its Cell Value In Excel 16

How To Change The Background Color In Ms Excel Microsoft Excel Tips Youtube

How To Change The Background Color In Ms Excel Microsoft Excel Tips Youtube

Excel Access Vba Vba Data Sort Using Cell Background Color

Excel Access Vba Vba Data Sort Using Cell Background Color

5 Excel Keyboard Shortcuts For Font Or Fill Colors Excel Campus

5 Excel Keyboard Shortcuts For Font Or Fill Colors Excel Campus

How To Use Conditional Formatting To Change Cell Background Color Based On Cell Value Excelchat

How To Use Conditional Formatting To Change Cell Background Color Based On Cell Value Excelchat

How To Change Background Color In Excel Based On Cell Value

How To Change Background Color In Excel Based On Cell Value

What Is The Code To Change Background Color Of Excel Cell In Java Quora

What Is The Code To Change Background Color Of Excel Cell In Java Quora

How To Add Borders In Excel Customguide

How To Add Borders In Excel Customguide

How To Hide Number But Keep Excel Cell Background Color Super User

How To Hide Number But Keep Excel Cell Background Color Super User

Change Cell Background Color In Excel By Equal Formulas Mechanicalengblog

Change Cell Background Color In Excel By Equal Formulas Mechanicalengblog

Change A Cell S Background Color Dynamically According To A Rgb Value Stored In Other Cells Stack Overflow

Change A Cell S Background Color Dynamically According To A Rgb Value Stored In Other Cells Stack Overflow

Excel Change The Row Color Based On Cell Value

Excel Change The Row Color Based On Cell Value

Changing The Background Color Of Cells In A Datagrid Codeproject

Changing The Background Color Of Cells In A Datagrid Codeproject

Vlookup By Cell Background Color Pk An Excel Expert

Vlookup By Cell Background Color Pk An Excel Expert

How To Change Background Or Font Color Based On Cell Value In Excel

How To Change Background Or Font Color Based On Cell Value In Excel

How To Change The Cell Background Color In Excel Google Sheets Automate Excel

How To Change The Cell Background Color In Excel Google Sheets Automate Excel

Vlookup By Cell Background Color Pk An Excel Expert

Vlookup By Cell Background Color Pk An Excel Expert

How To Change The Background Color Of A Cell Base On The Value In Excel

How To Change The Background Color Of A Cell Base On The Value In Excel

How To Make Vba Copy Cell Interior Color In Excel Basic Excel Tutorial

How To Make Vba Copy Cell Interior Color In Excel Basic Excel Tutorial

3 Ways To Sort By Color In Excel

3 Ways To Sort By Color In Excel

How To Change Cell Background Color In Microsoft Excel 07

How To Change Cell Background Color In Microsoft Excel 07

How To Easily Sum Values By A Cell S Background Color In Excel Techrepublic

How To Easily Sum Values By A Cell S Background Color In Excel Techrepublic

Microsoft Excel Tutorial Lesson 12 Aesthetic Cells Formatting

Microsoft Excel Tutorial Lesson 12 Aesthetic Cells Formatting

Background Cell Colour Control In Excel Using Python Stack Overflow

Background Cell Colour Control In Excel Using Python Stack Overflow

Excel If Formula Change Background Color Based On Value

Excel If Formula Change Background Color Based On Value

Change Text And Background Color In Excel A Complete Guide

Change Text And Background Color In Excel A Complete Guide

1

1

Ms Excel 10 Change The Background Color Of A Cell

Ms Excel 10 Change The Background Color Of A Cell

Excel Cells Background Color Issue Microsoft Community

Excel Cells Background Color Issue Microsoft Community

Incoming Term: excel cell background color, excel cell background color formula, excel cell background color vba, excel cell background color not changing, excel cell background color shortcut, excel cell background color c#, excel cell background color function, excel cell background color gradient, excel cell background color code, excel cell background color percentage,

コメント

このブログの人気の投稿

√ 我々だ 立ち絵 256250-我々だ 立ち絵 せらみかる

コンプリート! かぐや様 154 934384-かぐや様 154話

[コンプリート!] 女子水泳選手画像 332525