Google 스프레드 시트에서 난수를 생성하는 방법

0
1172

시트 헤더

Google 스프레드 시트는 문서를 떠나거나 애드온을 설치하지 않고도 스프레드 시트 내에 난수를 생성하는 간단한 기능을 제공합니다. 이 함수는 두 값 사이의 임의의 정수를 반환합니다. 사용 방법은 다음과 같습니다.

Google 스프레드 시트 홈페이지를 열고 새 스프레드 시트 또는 기존 스프레드 시트를 엽니 다. 이 가이드에서는이 기능을 사용합니다. RANDBETWEEN 난수를 생성합니다.

기본적으로 RAND함수는 0 (포함)과 1 (제외) 사이의 숫자 만 생성하지만 RANDBETWEEN 숫자 범위를 지정할 수 있습니다. 당신이하는 동안 할 수 있었다 다른 범위를 생성하도록 함수를 수정하십시오. RANDBETWEEN함수는 이것을 달성하는 훨씬 간단한 방법입니다.

관련 : 컴퓨터가 난수를 생성하는 방법

난수를 입력하려는 셀을 클릭하고 유형을 입력하십시오. =RANDBETWEEN(, ) 하지만 교체 난수를 낮추려는 범위로

예를 들어 1에서 10 사이의 난수를 원하면 다음과 같이 표시됩니다.

=RANDBETWEEN(1,10)

셀에 함수를 입력하고 임의 범위의 하한과 상한을 입력 한 다음 Enter 키를 누릅니다.

범위를 채운 후 Enter 키를 누르십시오. 난수는 수식을 입력 한 셀을 채 웁니다.

Enter 키를 누르면 임의의 숫자가 셀에 나타납니다.

스프레드 시트에서 다른 셀의 숫자를 사용하려면 숫자가 낮거나 높은 숫자 대신 셀 번호를 입력하기 만하면됩니다.

대신 셀 번호를 입력 할 때 다른 셀의 데이터를 사용하십시오.

노트 : 양자 모두 RANDRANDBETWEEN 휘발성 함수로 간주되어 셀의 데이터를 영원히 보존하지 않습니다. 따라서 기능 중 하나를 사용하면 시트가 바뀔 때마다 새 숫자가 다시 계산됩니다.

난수를 다시 계산하는 간격을 변경하려면 파일> 스프레드 시트 설정을 열고 “계산”탭을 클릭 한 다음 드롭 다운 메뉴에서 함수를 다시 계산할 빈도를 선택하십시오.

“변경시”(기본값), “변경시 및 매 분”또는 “변경시 및 매 시간”을 선택할 수 있습니다. 스프레드 시트로 돌아가려면 “설정 저장”을 클릭하십시오.

파일> 스프레드 시트 설정에서 재 계산 간격을 변경하고 "계산"을 클릭 한 다음 "재 계산"아래의 드롭 다운 메뉴에서 간격을 선택하십시오. 'width = "650"height = "236"onload = "pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon ( 이);" onerror = "this.onerror = null; pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon (this);"></p>
<style>
<p>			body #primary .entry-content ul # nextuplist {list-style-type : none; margin-left : 0px; padding-left : 0px;}
body #primary .entry-content ul # nextuplist li a {text-decoration : none; color : # 1d55a9;}
		</style>
</div>

 <!-- A generated by theme --> 

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><div class="td-g-rec td-g-rec-id-content_bottom tdi_4 td_block_template_4 ">

<style>.tdi_4.td-a-rec{text-align:center}.tdi_4.td-a-rec:not(.td-a-rec-no-translate){transform:translateZ(0)}.tdi_4 .td-element-style{z-index:-1}.tdi_4.td-a-rec-img{text-align:left}.tdi_4.td-a-rec-img img{margin:0 auto 0 0}@media (max-width:767px){.tdi_4.td-a-rec-img{text-align:center}}</style><script type="text/javascript">
var td_screen_width = window.innerWidth;
window.addEventListener("load", function(){            
	            var placeAdEl = document.getElementById("td-ad-placeholder");
			    if ( null !== placeAdEl && td_screen_width >= 1140 ) {
			        
			        /* large monitors */
			        var adEl = document.createElement("ins");
		            placeAdEl.replaceWith(adEl);	
		            adEl.setAttribute("class", "adsbygoogle");
		            adEl.setAttribute("style", "display:inline-block;width:468px;height:60px");	            		                
		            adEl.setAttribute("data-ad-client", "ca-pub-2531841583262676");
		            adEl.setAttribute("data-ad-slot", "2588773193");	            
			        (adsbygoogle = window.adsbygoogle || []).push({});
			    }
			});window.addEventListener("load", function(){            
	            var placeAdEl = document.getElementById("td-ad-placeholder");
			    if ( null !== placeAdEl && td_screen_width >= 1019  && td_screen_width < 1140 ) {
			    
			        /* landscape tablets */
			        var adEl = document.createElement("ins");
		            placeAdEl.replaceWith(adEl);	
		            adEl.setAttribute("class", "adsbygoogle");
		            adEl.setAttribute("style", "display:inline-block;width:468px;height:60px");	            		                
		            adEl.setAttribute("data-ad-client", "ca-pub-2531841583262676");
		            adEl.setAttribute("data-ad-slot", "2588773193");	            
			        (adsbygoogle = window.adsbygoogle || []).push({});
			    }
			});window.addEventListener("load", function(){            
	            var placeAdEl = document.getElementById("td-ad-placeholder");
			    if ( null !== placeAdEl && td_screen_width >= 768  && td_screen_width < 1019 ) {
			    
			        /* portrait tablets */
			        var adEl = document.createElement("ins");
		            placeAdEl.replaceWith(adEl);	
		            adEl.setAttribute("class", "adsbygoogle");
		            adEl.setAttribute("style", "display:inline-block;width:468px;height:60px");	            		                
		            adEl.setAttribute("data-ad-client", "ca-pub-2531841583262676");
		            adEl.setAttribute("data-ad-slot", "2588773193");	            
			        (adsbygoogle = window.adsbygoogle || []).push({});
			    }
			});window.addEventListener("load", function(){            
	            var placeAdEl = document.getElementById("td-ad-placeholder");
			    if ( null !== placeAdEl && td_screen_width < 768 ) {
			    
			        /* Phones */
			        var adEl = document.createElement("ins");
		            placeAdEl.replaceWith(adEl);	
		            adEl.setAttribute("class", "adsbygoogle");
		            adEl.setAttribute("style", "display:inline-block;width:300px;height:250px");	            		                
		            adEl.setAttribute("data-ad-client", "ca-pub-2531841583262676");
		            adEl.setAttribute("data-ad-slot", "2588773193");	            
			        (adsbygoogle = window.adsbygoogle || []).push({});
			    }
			});</script>
<noscript id="td-ad-placeholder"></noscript></div>

 <!-- end A --> 

        </div>

        <footer>
            <!-- post pagination -->            <!-- review -->
            <div class="td-post-source-tags">
                <!-- source via -->                <!-- tags --><ul class="td-tags td-post-small-box clearfix"><li><span>TAGS</span></li><li><a href="https://choesin.com/tag/computer-tutorial">computer tutorial</a></li><li><a href="https://choesin.com/tag/laptop-guide">laptop guide</a></li><li><a href="https://choesin.com/tag/%eb%94%94%ec%a7%80%ed%84%b8-%ea%b5%90%ec%9c%a1">디지털 교육</a></li></ul>            </div>

            <div class="td-post-sharing-bottom"><div class="td-post-sharing-classic"><iframe title="bottomFacebookLike" frameBorder="0" src="https://www.facebook.com/plugins/like.php?href=https://choesin.com/google-%ec%8a%a4%ed%94%84%eb%a0%88%eb%93%9c-%ec%8b%9c%ed%8a%b8%ec%97%90%ec%84%9c-%eb%82%9c%ec%88%98%eb%a5%bc-%ec%83%9d%ec%84%b1%ed%95%98%eb%8a%94-%eb%b0%a9%eb%b2%95&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; width:auto; height:21px; background-color:transparent;"></iframe></div><div id="td_social_sharing_article_bottom" class="td-post-sharing td-ps-bg td-ps-notext td-post-sharing-style1 ">
		<style>.td-post-sharing-classic{position:relative;height:20px}.td-post-sharing{margin-left:-3px;margin-right:-3px;font-family:var(--td_default_google_font_1,