Forum Discussion
How to create a simple new table with two columns: ID (count) and value?
- 9 years ago
Hi OlgaUA,
Both solutions provided above can create a simple new table in your scenario.:smileyhappy:
1. Click Get Data -> Choose Blank Query, then Enter the formula below.
=#table({"ID","Value"},{{1,"A"},{2,"B"}})2. Click "Enter Data" under Home tab, then you should be able to input/paste your table there.
Regards
Hi OlgaUA,
Both solutions provided above can create a simple new table in your scenario.:smileyhappy:
1. Click Get Data -> Choose Blank Query, then Enter the formula below.
=#table({"ID","Value"},{{1,"A"},{2,"B"}})
2. Click "Enter Data" under Home tab, then you should be able to input/paste your table there.
Regards
- OlgaUA9 years agoFrequent Visitor
Hello, everybody,
Thank you very much, everything turned out
- v-ljerr-msft9 years ago
Microsoft Employee
Hi OlgaUA,
Great to hear the problem got resolved! Could you accept helpful replies as solution to help others who may also have the similar issue easily find the answer and close this thread?:smileyhappy:
Regards