F5F Stay Refreshed Software General Software How to display data from one worksheet onto another when it updates?

How to display data from one worksheet onto another when it updates?

How to display data from one worksheet onto another when it updates?

Pages (3): 1 2 3 Next
D
DarkTiger427
Member
186
06-30-2016, 01:44 PM
#1
I have a spreadsheet (Inv) that records my purchases, detailing each item and its type.
On another sheet (Fan Data), I aim to display specific details like Brand and Model for items categorized as "Fan". Non-relevant data from Inv will be excluded. The Fan Data section holds technical specifications for fans, while Inv remains a simple inventory with brand, model, description, price, quantity, and type.
Since the content of Inv changes over time, I require the Fan Data tab to update automatically so I don’t have to manually adjust or paste information.
What formula should I use to set this up?
Eventually, another sheet will merge data from several files (Inv, Fan Data, Fan Test, etc.) for creating comparison graphs.
What is the ideal approach?
Thanks in advance!
Oh, this will involve using different spreadsheets based on the platform—Excel, Open/Libre Office, online tools for sharing with patrons only, etc.
D
DarkTiger427
06-30-2016, 01:44 PM #1

I have a spreadsheet (Inv) that records my purchases, detailing each item and its type.
On another sheet (Fan Data), I aim to display specific details like Brand and Model for items categorized as "Fan". Non-relevant data from Inv will be excluded. The Fan Data section holds technical specifications for fans, while Inv remains a simple inventory with brand, model, description, price, quantity, and type.
Since the content of Inv changes over time, I require the Fan Data tab to update automatically so I don’t have to manually adjust or paste information.
What formula should I use to set this up?
Eventually, another sheet will merge data from several files (Inv, Fan Data, Fan Test, etc.) for creating comparison graphs.
What is the ideal approach?
Thanks in advance!
Oh, this will involve using different spreadsheets based on the platform—Excel, Open/Libre Office, online tools for sharing with patrons only, etc.

O
OneTapDiverse
Member
192
07-06-2016, 05:52 PM
#2
If all the sheets are contained within one spreadsheet file, methods exist to reference other sheets. Refer to the provided link for details.
O
OneTapDiverse
07-06-2016, 05:52 PM #2

If all the sheets are contained within one spreadsheet file, methods exist to reference other sheets. Refer to the provided link for details.

H
Hidekih
Posting Freak
849
07-07-2016, 12:45 AM
#3
This statement highlights the complexity involved. Each platform requires a tailored approach, meaning there isn't one universal method that works across all systems.
H
Hidekih
07-07-2016, 12:45 AM #3

This statement highlights the complexity involved. Each platform requires a tailored approach, meaning there isn't one universal method that works across all systems.

E
ElFrank365
Member
99
07-07-2016, 03:10 AM
#4
It seems you're considering a database instead of several spreadsheets. You might want to explore open source SQL options such as MySQL for the backend and free web templates for this purpose. Alternatively, you could develop a solution using a cloud provider like Azure, Microsoft, or Amazon. Personally, I'm more comfortable within the Microsoft ecosystem, which would probably lead to a Power App or Power BI application.
E
ElFrank365
07-07-2016, 03:10 AM #4

It seems you're considering a database instead of several spreadsheets. You might want to explore open source SQL options such as MySQL for the backend and free web templates for this purpose. Alternatively, you could develop a solution using a cloud provider like Azure, Microsoft, or Amazon. Personally, I'm more comfortable within the Microsoft ecosystem, which would probably lead to a Power App or Power BI application.

G
Gonxaloos
Junior Member
30
07-07-2016, 05:30 AM
#5
So much this.
G
Gonxaloos
07-07-2016, 05:30 AM #5

So much this.

R
179
07-07-2016, 05:53 PM
#6
You need to understand that all the information is contained within a single file, though it is organized across multiple tabs.
R
RagingCoconuts
07-07-2016, 05:53 PM #6

You need to understand that all the information is contained within a single file, though it is organized across multiple tabs.

B
Bouma71
Junior Member
39
07-08-2016, 07:02 AM
#7
The various platforms.
Specific strings that function in Excel may not apply to OpenOffice.
B
Bouma71
07-08-2016, 07:02 AM #7

The various platforms.
Specific strings that function in Excel may not apply to OpenOffice.

Z
ZMJL44
Junior Member
11
07-08-2016, 07:58 AM
#8
In Excel...
On a cell in the FanData sheet, to link data from the InvSheet
"=InvSheet!A2"
displays the value from Cell A2 on the InvSheet.
The equivalent in LibreOffice Calc is:
"=$InvSheet.A2"
Z
ZMJL44
07-08-2016, 07:58 AM #8

In Excel...
On a cell in the FanData sheet, to link data from the InvSheet
"=InvSheet!A2"
displays the value from Cell A2 on the InvSheet.
The equivalent in LibreOffice Calc is:
"=$InvSheet.A2"

M
Mister_Token
Member
202
07-08-2016, 12:08 PM
#9
Instead of creating a standard database and web application customized for their needs, it could be more effective to look for inventory management solutions that handle all the tedious tasks for others. This is especially true if using spreadsheets becomes too burdensome. Unless the project has a dedicated IT department, it's better to opt for software that fulfills the requirements rather than building it from scratch.
M
Mister_Token
07-08-2016, 12:08 PM #9

Instead of creating a standard database and web application customized for their needs, it could be more effective to look for inventory management solutions that handle all the tedious tasks for others. This is especially true if using spreadsheets becomes too burdensome. Unless the project has a dedicated IT department, it's better to opt for software that fulfills the requirements rather than building it from scratch.

P
ProLikeAlexTV
Junior Member
35
07-09-2016, 06:53 PM
#10
I'm a one-man operation on a shoe-string budget. Any suggestions?
P
ProLikeAlexTV
07-09-2016, 06:53 PM #10

I'm a one-man operation on a shoe-string budget. Any suggestions?

Pages (3): 1 2 3 Next