A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Is this the end result you want, each value in its own cell?
If so, use this formula:
=--TEXTSPLIT(C7,"/")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
These are blood pressure readings. How can I extract the individual values as in the example: 148 _ 81_64?
Thanks for your help,
PR
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Is this the end result you want, each value in its own cell?
If so, use this formula:
=--TEXTSPLIT(C7,"/")
I simply type my readings into three separate columns. Low tech, but it works.
Hi,
You may use Data > Text To Columns. Use / as the delimiter.