username_rand
New Member
- Joined
- Jan 27, 2019
- Messages
- 20
Hi there,
I'm trying to use the value (text) returned from an If Statement in Cell (C4) as a condition in another cell (D4) but it does not seem to be working since the actual cell value is not the text rather the equation itself, is there a way around this or any other way to get it done?
=IF(AND(B4="No",C4="Is there a preferred source?"),"Multiple Quotations", " ")
Bold text is the result of the below If Statement in C4:
=IF(B3="No","Is there a preferred source?"," ")
Thank you
I'm trying to use the value (text) returned from an If Statement in Cell (C4) as a condition in another cell (D4) but it does not seem to be working since the actual cell value is not the text rather the equation itself, is there a way around this or any other way to get it done?
=IF(AND(B4="No",C4="Is there a preferred source?"),"Multiple Quotations", " ")
Bold text is the result of the below If Statement in C4:
=IF(B3="No","Is there a preferred source?"," ")
Thank you