Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
data_analysis:excel [2020/02/29 06:12] – ↷ Page moved from blog:data_analysis:excel to data_analysis:excel prgram | data_analysis:excel [2025/07/07 14:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{tag> | {{tag> | ||
- | [[: | + | [[: |
[[https:// | [[https:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Cartesian Product 하기 [[https:// | ||
+ | - Alt(바로 떼기)+D+P : 피벗테이블 마법사 | ||
+ | - Multiple consolidation ranges" | ||
+ | - 값을 행으로 넣기 | ||
+ | |||
+ | substitute text 여러개 한번에 하기 (LAMBDA & recursive function) : 이름정의 MultiReplace 로 | ||
+ | https:// | ||
+ | <code vb> | ||
+ | =LAMBDA(text, | ||
+ | </ | ||
+ | |||
+ | #DIVS 에러 처리 | ||
+ | <code vb> | ||
+ | =LET( x, sumifs( A2/B2 ), IF(x = 0, "", | ||
+ | =iferror(1/ | ||
+ | </ | ||
Line 20: | Line 40: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * txt로 복사할 때 쌍 따옴표(double quotes) 안붙게 : word 에 복사한 후 txt로 복사 | ||
Line 51: | Line 72: | ||
</ | </ | ||
+ | * 와일드카드 https:// | ||
+ | Asterisk (*) - zero or more characters | ||
+ | Question mark (?) - any one character | ||
+ | Tilde (~) - escape for literal character (~*) a literal question mark (~?), or a literal tilde (~~). | ||
===== Aggregation ===== | ===== Aggregation ===== | ||
Line 72: | Line 97: | ||
[> | [> | ||
</ | </ | ||
+ | |||
+ | |||
+ | |||
+ | * 메모, Comment 모양 Tip : https:// | ||
Line 134: | Line 163: | ||
* HDD 내에 특정 프로그램 설치시 (특정 파일 존재시) | * HDD 내에 특정 프로그램 설치시 (특정 파일 존재시) | ||
* 속도 느릴땐 숨겨진 개체가 없는지 확인하자 | * 속도 느릴땐 숨겨진 개체가 없는지 확인하자 | ||
+ | |||
+ | * 메모 : 데이터 > 데이터 유효성 검사 > 설명 메시지 | ||
* Macro에 password를 걸었더라도, | * Macro에 password를 걸었더라도, |