Complex Graph Problem, 4 Data sets Plus Date & Time

Joneye

Well-known Member
Joined
May 28, 2010
Messages
777
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
Hi there,

Im looking to plot a graph to display Date & Time on an X axis then Soil Nutrients, Soil Moisture then Temperature & Humidity on the Y Axis. Im completely stumped if its.

A. Possible
B, If it is what web links can i follow that have achieved this before
C. Is there another method of displaying this

1633768973600.png


1633768995062.png
 

Attachments

  • 1633768952304.png
    1633768952304.png
    14.5 KB · Views: 5

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi
Have you tried like this. as data is in image format so I have tried with sample data

Book1
ABCDEFGHIJK
21DateOriginal TableChart Table
2210-Oct-202109-Oct-2021DateTimeSoil MoistureTimeSoilMoisture
2310-Oct-202109-Oct-2111:30:000.2863.8011:30:000.2863.8
2409-Oct-2111:40:000.2863.8011:40:000.2863.8
2509-Oct-2111:55:000.2964.0411:55:000.2964.04
2609-Oct-2112:10:000.2964.0412:10:000.2964.04
2710-Oct-2111:30:000.2863.80
2810-Oct-2111:40:000.2863.80
2910-Oct-2111:55:000.2964.04
3010-Oct-2112:10:000.2964.04
Sheet1
Cell Formulas
RangeFormula
B22:B23B22=UNIQUE(C23:C30,0,0)
I23:I26I23=UNIQUE(FILTER(D23:D30,C23:C30,B22))
J23:J26J23=INDEX($E$23:$E$30,MATCH(1,(I23=$D$23:$D$30)*($A$22=$C$23:$C$30),0))
K23:K26K23=INDEX($F$23:$F$30,MATCH(1,(I23=$D$23:$D$30)*($A$22=$C$23:$C$30),0))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
A22List=$B$22:$B$30



1633950768739.png
 
Upvote 0
Solution
Thank you this is a fabulous help, i guess its pretty complex to get it sat simple (so to speak). This does help lots thank you
 
Upvote 0
Thank you this is a fabulous help, i guess its pretty complex to get it sat simple (so to speak). This does help lots thank you
You are welcome.


and also can you mark it as a solution
 
Upvote 0

Forum statistics

Threads
1,215,013
Messages
6,122,694
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top