santoshloka
Board Regular
- Joined
- Aug 31, 2017
- Messages
- 125
D5=1 , 1cells need to appear as well as 1 tabular form need to appear
D5=2 , 2 cells need to appear as well as 2 tabular form need to appear
D5=3 , 3 cells need to appear as well as 3 tabular form need to appear
i have used this formula,,it is working when the condition is met it is appearing
=IF(D5>=0,"Cell-1","")
=IF(D5>=1,"Cell-2","")
=IF(D5>=2,"Cell-3","")
=IF(D5>=3,"Cell-4","")
iam using this formula to apper Cell 1 in D8
there is a issue with tabual form,ito appear one table which formula i have to use
Example of tablular form U3:AD4 for Cell1
[TABLE="width: 640"]
<tbody>[TR]
[TD="class: xl74, width: 64"]H(mm)[/TD]
[TD="class: xl74, width: 64"]QTY[/TD]
[TD="class: xl74, width: 64"]A[/TD]
[TD="class: xl74, width: 64"]B[/TD]
[TD="class: xl74, width: 64"]D[/TD]
[TD="class: xl74, width: 64"]C[/TD]
[TD="class: xl74, width: 64"]E[/TD]
[TD="class: xl74, width: 64"]F[/TD]
[TD="class: xl74, width: 64"]K[/TD]
[TD="class: xl74, width: 64"]J[/TD]
[/TR]
[TR]
[TD="class: xl73"] 2[/TD]
[TD="class: xl65"] 3[/TD]
[TD="class: xl66"] 5[/TD]
[TD="class: xl67"] 5[/TD]
[TD="class: xl68"] 5[/TD]
[TD="class: xl67"]8[/TD]
[TD="class: xl69"] 8[/TD]
[TD="class: xl70"] 8[/TD]
[TD="class: xl71"] 8[/TD]
[TD="class: xl72"] 7[/TD]
[/TR]
</tbody>[/TABLE]
This is one table
3more tables are there like this
can yu guys suggets formula or any macro
D5=2 , 2 cells need to appear as well as 2 tabular form need to appear
D5=3 , 3 cells need to appear as well as 3 tabular form need to appear
i have used this formula,,it is working when the condition is met it is appearing
=IF(D5>=0,"Cell-1","")
=IF(D5>=1,"Cell-2","")
=IF(D5>=2,"Cell-3","")
=IF(D5>=3,"Cell-4","")
iam using this formula to apper Cell 1 in D8
there is a issue with tabual form,ito appear one table which formula i have to use
Example of tablular form U3:AD4 for Cell1
[TABLE="width: 640"]
<tbody>[TR]
[TD="class: xl74, width: 64"]H(mm)[/TD]
[TD="class: xl74, width: 64"]QTY[/TD]
[TD="class: xl74, width: 64"]A[/TD]
[TD="class: xl74, width: 64"]B[/TD]
[TD="class: xl74, width: 64"]D[/TD]
[TD="class: xl74, width: 64"]C[/TD]
[TD="class: xl74, width: 64"]E[/TD]
[TD="class: xl74, width: 64"]F[/TD]
[TD="class: xl74, width: 64"]K[/TD]
[TD="class: xl74, width: 64"]J[/TD]
[/TR]
[TR]
[TD="class: xl73"] 2[/TD]
[TD="class: xl65"] 3[/TD]
[TD="class: xl66"] 5[/TD]
[TD="class: xl67"] 5[/TD]
[TD="class: xl68"] 5[/TD]
[TD="class: xl67"]8[/TD]
[TD="class: xl69"] 8[/TD]
[TD="class: xl70"] 8[/TD]
[TD="class: xl71"] 8[/TD]
[TD="class: xl72"] 7[/TD]
[/TR]
</tbody>[/TABLE]
This is one table
3more tables are there like this
can yu guys suggets formula or any macro
Last edited: