Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I would like to know how do I popa result, when I put some data any where in the sheet and when I run a macrom it will run a formula n display the result in a popup. Current process is I put the date in C6 column and the result is displayed in a cell. I want to remove the dependant on those two cell, such that when I type the date any where and run the macro, it must give me a popup. Here is the formula: - =(IF(MOD((WEEKNUM(C6,1)),4)=0,(QUOTIENT((WEEKNUM(C 6,1)),4)), ((QUOTIENT((WEEKNUM(C6,1)),4)+1))))&"X"&(IF((MOD(( WEEKNUM(C6,1)), 4))<0,(MOD((WEEKNUM(C6,1)),4)),(MOD((WEEKNUM(C6,1 )),4)+4))) if I type 1/15/2008 in anycell and run a macro, it must give me 1X3 as a popup. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display of formula result | Excel Worksheet Functions | |||
How do I display 0 if it is the end result for a formula | Excel Discussion (Misc queries) | |||
Can result of formula not display if =0 | Excel Programming | |||
popup message if certain criteria met in formula result | Excel Worksheet Functions | |||
How do I display the RESULT of a formula | New Users to Excel |