Text label and value if value in other worksheet is > 0
Solved/Closed
fixradio
Posts
3
Registration date
Friday December 19, 2014
Status
Member
Last seen
December 23, 2014
-
Dec 22, 2014 at 09:58 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 5, 2015 at 11:39 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jan 5, 2015 at 11:39 AM
Related:
- Text label and value if value in other worksheet is > 0
- //192.168.l.0 - Guide
- Xbox-2309-1001-3-0 - Download - Digital stores
- Whatsapp-desktop-2-2401-5-0.msixbundle - Download - Instant messaging
- Transfer data from one excel worksheet to another automatically - Guide
- Hard disk diagram with label - Guide
4 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Dec 23, 2014 at 10:57 AM
Dec 23, 2014 at 10:57 AM
Hi Fizradio,
Here is your requested formula:
=IF(AND(Sheet1!A1="",Sheet1!B1=""),"",IF(AND(Sheet1!A1>0,Sheet1!B1=""),"Discount $"&Sheet1!A1,IF(AND(Sheet1!A1="",Sheet1!B1>0),"Rebate $"&Sheet1!B1,"")))
Best regards,
Trowa
Here is your requested formula:
=IF(AND(Sheet1!A1="",Sheet1!B1=""),"",IF(AND(Sheet1!A1>0,Sheet1!B1=""),"Discount $"&Sheet1!A1,IF(AND(Sheet1!A1="",Sheet1!B1>0),"Rebate $"&Sheet1!B1,"")))
Best regards,
Trowa
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Dec 22, 2014 at 12:07 PM
Dec 22, 2014 at 12:07 PM
Hi Fixradio,
Did you tried the IF formula?
What exactly do you mean by "Discount $2.00" and "Rebate $2.00". Are those text values or do you want "-$2.00" and "+$2.00"?
Don't know how to refer to a different sheet? Let Excel figure it out for you by selecting a cell on a different sheet while entering your formula.
Let us know where you get stuck.
Best regards,
Trowa
Did you tried the IF formula?
What exactly do you mean by "Discount $2.00" and "Rebate $2.00". Are those text values or do you want "-$2.00" and "+$2.00"?
Don't know how to refer to a different sheet? Let Excel figure it out for you by selecting a cell on a different sheet while entering your formula.
Let us know where you get stuck.
Best regards,
Trowa
fixradio
Posts
3
Registration date
Friday December 19, 2014
Status
Member
Last seen
December 23, 2014
Dec 22, 2014 at 06:06 PM
Dec 22, 2014 at 06:06 PM
HI trowaD
Thanks for responding to my question.
If sheet 1 has nothing in cells A1 or B1 then sheet2 E1 displays nothing.
IF sheet1 A1=any numeric value greater than 0, and cell B1 is blank then sheet2 cell E1= displays the text "Discount $"and the value from Sheet 1 A1.
IF sheet1 A1 is blank, and cell B1= any numeric value greater than 0 then sheet2 cell E1= displays the text "Rebate $"and the value from Sheet 1 B1.
Hope that helps to clarify my question.
I have used some simple IF statements including referring to a different sheet, but do not know how to nest or craft the needed formula.
Thanks again for your time and help.
Fixradio
Thanks for responding to my question.
If sheet 1 has nothing in cells A1 or B1 then sheet2 E1 displays nothing.
IF sheet1 A1=any numeric value greater than 0, and cell B1 is blank then sheet2 cell E1= displays the text "Discount $"and the value from Sheet 1 A1.
IF sheet1 A1 is blank, and cell B1= any numeric value greater than 0 then sheet2 cell E1= displays the text "Rebate $"and the value from Sheet 1 B1.
Hope that helps to clarify my question.
I have used some simple IF statements including referring to a different sheet, but do not know how to nest or craft the needed formula.
Thanks again for your time and help.
Fixradio
fixradio
Posts
3
Registration date
Friday December 19, 2014
Status
Member
Last seen
December 23, 2014
Dec 23, 2014 at 03:10 PM
Dec 23, 2014 at 03:10 PM
Trowa,
Thanks!
Do you or anyone else have a recommended book on Excel or Site for further studies?
I would like to improve my skills in formula construction.
Thanks again.
Fixradio
Thanks!
Do you or anyone else have a recommended book on Excel or Site for further studies?
I would like to improve my skills in formula construction.
Thanks again.
Fixradio
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jan 5, 2015 at 11:39 AM
Jan 5, 2015 at 11:39 AM
Hi Fixradio,
I mainly use google searches, but since that is not an answer to your question, I would suggest creating a separate thread.
Best regards,
Trowa
I mainly use google searches, but since that is not an answer to your question, I would suggest creating a separate thread.
Best regards,
Trowa