blank___space
New Member
- Joined
- Nov 27, 2017
- Messages
- 2
Hi, I made this sample file. I would like to do the following under Nov Sales Sheet.
https://docs.google.com/spreadsheets/d/1OawXSruy50khcw_zQDQtd7vhPlslpmsQUR-gUoCgrU4/edit?usp=sharing
If SALE(C5) = "Y"(a drop down Y and N list), I would like to delete the contents of "SELLING FOR.(E5)"
and same thing if SALE = "N" I would like to delete the contents of "SALE PRICE"(F5).
I don't think it's do-able with Conditional Formatting.
Note: both SELLING FOR(E5) and SALE PRICE (F5) column pulls up report from another worksheet and has this formula:
=IFERROR(VLOOKUP(B5,INVENTORY!<wbr>$A$8:$P$88,10,FALSE),0)
and =IFERROR(VLOOKUP(B5,INVENTORY!<wbr>$A$8:$P$88,11,FALSE),0) respectively.
https://docs.google.com/spreadsheets/d/1OawXSruy50khcw_zQDQtd7vhPlslpmsQUR-gUoCgrU4/edit?usp=sharing
If SALE(C5) = "Y"(a drop down Y and N list), I would like to delete the contents of "SELLING FOR.(E5)"
and same thing if SALE = "N" I would like to delete the contents of "SALE PRICE"(F5).
I don't think it's do-able with Conditional Formatting.
Note: both SELLING FOR(E5) and SALE PRICE (F5) column pulls up report from another worksheet and has this formula:
=IFERROR(VLOOKUP(B5,INVENTORY!<wbr>$A$8:$P$88,10,FALSE),0)
and =IFERROR(VLOOKUP(B5,INVENTORY!<wbr>$A$8:$P$88,11,FALSE),0) respectively.