gr33kfr33k5
New Member
- Joined
- Aug 9, 2018
- Messages
- 2
Hello everyone,
I've been scratching my head on this one and as a mere dabbler in excel formulas I think it is far beyond my skill. I'll lay out exactly what I want to do.
Firstly,
Check whether or not an inputed value falls within a given range determined by checking individual cells in a table. Optimally the formula would run through the entire "A" column and check if the "value" ( we'll call i pipe size from here on out) is within the range of .9 - 1.5 times any given cell value in column "A."
If false the formula responds "No valid calibration standard"
If this returns true . . .
Secondly,
The formula then checks whether or not a second value (we'll call this pipe thickness) falls within another range in column "B." Its checking if any individual cell in column B falls within +-50% of "pipe thickness."
If false the formula responds "no valid calibration standard"
If true. . .
Lastly,
The formula displays an entire row of information based on which cells actually meet both of the criteria specified
Below is vaguely how my spreadsheet is set up:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]Diameter[/TD]
[TD="align: center"]Wall Thickness[/TD]
[TD="align: center"]Reflector Type[/TD]
[TD="align: center"]SN[/TD]
[TD="align: center"]Material[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD].688[/TD]
[TD]Notch[/TD]
[TD]1[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD].406[/TD]
[TD]notch[/TD]
[TD]2[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD].599[/TD]
[TD]notch[/TD]
[TD]3[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]1.858[/TD]
[TD]Side Drilled Hole[/TD]
[TD]4[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]"pipe size"[/TD]
[TD]"Pipe Thickness"[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
*pipe size and thickness can be located anywhere on the spreadsheet, preferably on another sheet and are both input values.
Thanks for any help!
I've been scratching my head on this one and as a mere dabbler in excel formulas I think it is far beyond my skill. I'll lay out exactly what I want to do.
Firstly,
Check whether or not an inputed value falls within a given range determined by checking individual cells in a table. Optimally the formula would run through the entire "A" column and check if the "value" ( we'll call i pipe size from here on out) is within the range of .9 - 1.5 times any given cell value in column "A."
If false the formula responds "No valid calibration standard"
If this returns true . . .
Secondly,
The formula then checks whether or not a second value (we'll call this pipe thickness) falls within another range in column "B." Its checking if any individual cell in column B falls within +-50% of "pipe thickness."
If false the formula responds "no valid calibration standard"
If true. . .
Lastly,
The formula displays an entire row of information based on which cells actually meet both of the criteria specified
Below is vaguely how my spreadsheet is set up:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]Diameter[/TD]
[TD="align: center"]Wall Thickness[/TD]
[TD="align: center"]Reflector Type[/TD]
[TD="align: center"]SN[/TD]
[TD="align: center"]Material[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD].688[/TD]
[TD]Notch[/TD]
[TD]1[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD].406[/TD]
[TD]notch[/TD]
[TD]2[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD].599[/TD]
[TD]notch[/TD]
[TD]3[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]1.858[/TD]
[TD]Side Drilled Hole[/TD]
[TD]4[/TD]
[TD]cs[/TD]
[/TR]
[TR]
[TD]"pipe size"[/TD]
[TD]"Pipe Thickness"[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
*pipe size and thickness can be located anywhere on the spreadsheet, preferably on another sheet and are both input values.
Thanks for any help!