trendfriendpa
New Member
- Joined
- Nov 21, 2019
- Messages
- 4
I would like to set up an excel spreadsheet for stock trading where a form will ask for input for:
Stock Symbol
Trade Type
Entry price
Quantity
That information will populated specific columns in the spreadsheet and the stock symbol also will be inserted between quotes in the Bid Ask formulas in the respective columns.
When entered a line is added to the spreadsheet with the information populating specific columns and formulas.
What do I need to set up to accomplish this goal and in what order.
Seems I am confusing vba, database, forms, macros, etc.
The sheet headers for columns are:
Stock symbol (populate from input form)
Type Order (BC BP SC SP populate from input form)
Quantity (populate from input form)
Entry price (populate from input form)
Exit price (manual input)
Bid (formula in column with double quotes where symbol from input form is inserted between quotes)
Ask (formula in column with double quotes where symbol from input form is inserted between quotes)
Profit/Loss - formula in column calculates using information populated in other columns
I have attached a spreadsheet currently being used but can’t be modified as creator is no longer around.
Thank you for starting me off in the right direction.
Stock Symbol
Trade Type
Entry price
Quantity
That information will populated specific columns in the spreadsheet and the stock symbol also will be inserted between quotes in the Bid Ask formulas in the respective columns.
When entered a line is added to the spreadsheet with the information populating specific columns and formulas.
What do I need to set up to accomplish this goal and in what order.
Seems I am confusing vba, database, forms, macros, etc.
The sheet headers for columns are:
Stock symbol (populate from input form)
Type Order (BC BP SC SP populate from input form)
Quantity (populate from input form)
Entry price (populate from input form)
Exit price (manual input)
Bid (formula in column with double quotes where symbol from input form is inserted between quotes)
Ask (formula in column with double quotes where symbol from input form is inserted between quotes)
Profit/Loss - formula in column calculates using information populated in other columns
I have attached a spreadsheet currently being used but can’t be modified as creator is no longer around.
Thank you for starting me off in the right direction.