=============================
Excel and vba
=============================

이 채널은 Excel 및 VBA 관련 다양한 주제를 다루는 채널입니다.

좋아요. 구독 부탁드립니다.

업무용 Excel 및 Google Spreadsheet 프로그램 제작 의뢰 환영합니다.


#VBA #Excel #Pivot #Chart #GoogleSpreadsheet #GoogleAppsScript #query #주식 #gas


EXCEL AND VBA

========================================
lodash를 이용하여 행/열 중복없이 무작위로 섞기
========================================
추가기능: 버튼 누르면 재계산


1. 영상: https://youtu.be/MNuiETf_aJc

2. 스프레드시트: 파일-사본 만들기
docs.google.com/spreadsheets/d/1ZyKR4tWq1To8e4dkP7…

------------------------------------------------------------------
버튼과 연결되 새로고침 code
------------------------------------------------------------------

function refresh_data() {

var rng = SpreadsheetApp.getActiveSheet().getRange("G3");
var formula = rng.getFormula();

rng.clearContent();
SpreadsheetApp.flush();

rng.setFormula(formula);

}

2 years ago | [YT] | 0

EXCEL AND VBA

-------------------------------------------------------------------------------------------------
매수/매도가 반복하는 주식 수량, 평 단가, 총 금액 구하기
-------------------------------------------------------------------------------------------------
1. 수식 버젼
https://youtu.be/otDxAqa7NpE
2. Apps Script 버젼
https://youtu.be/bfxJJg9Ov8k

2 years ago (edited) | [YT] | 0

EXCEL AND VBA

제 채널에서 배우기 쉽은 내용?

3 years ago | [YT] | 9