easpeed954
New Member
- Joined
- Jan 10, 2015
- Messages
- 4
Two questions:
1)
I have an if statement with 2 vlookups and want to augment the formula to return a blank rather than N/A when the lookups yield no results.
Formula I'm using:
=IF(BH61="Parent",VLOOKUP(A:A,A:AI,35,0),VLOOKUP(BH:BH,A:AI,35,0))
2)
I am attempting to concatenate some cells with text strings in the formula but I cannot get a text string that contains quotes (") to work in the formula and thus have to include an absolute cell reference to include the desired text.
So I am using the following formulas:
=CS2&$CT$1&CT2&"</p>"
or
=CONCATENATE(CS2,CT$1&CT2,"</p>"
but would like to instead include the text string rather than the absolute cell reference.
i.e. Excel will not accept the following: =CS2&"<p style="font-size:80%;float:right;padding-right:3%;">Item:"&CT2,&"</p>"
Would like to augment formula to allow <p style="font-size:80%;float:right;padding-right:3%; to replace $CT$1 in the formula
Thank you in advance for anyone who can help.
1)
I have an if statement with 2 vlookups and want to augment the formula to return a blank rather than N/A when the lookups yield no results.
Formula I'm using:
=IF(BH61="Parent",VLOOKUP(A:A,A:AI,35,0),VLOOKUP(BH:BH,A:AI,35,0))
2)
I am attempting to concatenate some cells with text strings in the formula but I cannot get a text string that contains quotes (") to work in the formula and thus have to include an absolute cell reference to include the desired text.
So I am using the following formulas:
=CS2&$CT$1&CT2&"</p>"
or
=CONCATENATE(CS2,CT$1&CT2,"</p>"
but would like to instead include the text string rather than the absolute cell reference.
i.e. Excel will not accept the following: =CS2&"<p style="font-size:80%;float:right;padding-right:3%;">Item:"&CT2,&"</p>"
Would like to augment formula to allow <p style="font-size:80%;float:right;padding-right:3%; to replace $CT$1 in the formula
Thank you in advance for anyone who can help.