Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently working on a worksheet that has a dropdown list with the
following values in cell B3 Structured Walkthrough Formal Inspection Passaround Review If Structured or Passaround is selected I would like cell B38 to display "N/A" But if it is Formal Inspection I would like a formula to be inserted into cell B38 "=b11(b7/b6)" I know this is probobly simple, I have not used VB in conjuction with Excel before. Thank you in advance for your help. Larry --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in B38
=if(or(B3="Structured Walkthrough",B3="Passaround Review"),"N/A",B11*(B7/B6)) I added an "*", but that may not be correct for the formula - but what you posted certainly isn't correct. -- Regards, Tom Ogilvy "RogerDaShrubber " wrote in message ... I am currently working on a worksheet that has a dropdown list with the following values in cell B3 Structured Walkthrough Formal Inspection Passaround Review If Structured or Passaround is selected I would like cell B38 to display "N/A" But if it is Formal Inspection I would like a formula to be inserted into cell B38 "=b11(b7/b6)" I know this is probobly simple, I have not used VB in conjuction with Excel before. Thank you in advance for your help. Larry --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much. That got me where I needed to go.
--- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing font colour depending on cell value | Excel Worksheet Functions | |||
VLOOKUP or dropdown in the cell depending on selection in another | Excel Discussion (Misc queries) | |||
Dropdown list width changing code | Excel Worksheet Functions | |||
Changing cell colour depending on another cells value... | Excel Discussion (Misc queries) | |||
changing a cell value depending on an If Function/Lookup | Excel Worksheet Functions |