annadinesh
Board Regular
- Joined
- Mar 1, 2017
- Messages
- 123
- Office Version
- 2019
- Platform
- Windows
i want that
the cell value on Range B6:B30 should show as per the value of D6:D30
like if a cell (D16-contains formula) is blank then the cell value of same Row i.e. (B16-contains formula) will hide before click Whatsapp Button
and so on..
using EXCEL 2019
the cell value on Range B6:B30 should show as per the value of D6:D30
like if a cell (D16-contains formula) is blank then the cell value of same Row i.e. (B16-contains formula) will hide before click Whatsapp Button
and so on..
using EXCEL 2019
Cell Formulas | ||
---|---|---|
Range | Formula | |
G3 | G3 | =TODAY() |
F6:F21 | F6 | =PMS!A31 |
G6:G21 | G6 | =IF(H6,HLOOKUP($D$3,PMS!$A$3:$AD$50,ROWS($2:29)+1,0)*1.18,"") |
B6:B29 | B6 | =PMS!A4 |
D6:D29 | D6 | =IF(E6,HLOOKUP($D$3,PMS!$A$3:$AD$50,ROWS($2:2)+1,0)*C6,"") |
D32 | D32 | =SUM(D6:D29) |
G32 | G32 | =SUM(G6:G30) |
F33 | F33 | =D32+G32 |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
MODELS | =PMS!$A$3:$AD$3 | G6:G21, D6:D29 |
Quotation | =Quotation!$B$2:$H$33 | G6:G21, D6:D29 |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
D3:F3 | List | =MODELS |