More Excel Answers
Question Library
Ask a question about Excel
Volunteer
Experts of the Month
Expert Login
Awards
About Us
Tell friends
Link to Us
Disclaimer
|
| |
|
|
| |
| | | |
About Bill
Expertise I can provide help with most all EXCEL questions and most all questions about
writing EXCEL macros. I have been developing macros for about 10 years in
EXCEL and have switched to it from Lotus 1-2-3 after about 10 years of writing
macros in it. Typically, I will not write a macro for you unless it is very short because of all the details a macro has to know about to work every time all the time. Please understand that I do not know it all and will be the first to say so.
As politely as possible, I don't write macros for people on this site who need one, want one, seem to imply that they need one, and/or seem to think I am expected to write one UNLESS they are very short, quick, and simple.
99% of all macros are more involved than what you think and rarely am I provided with enough specific and complete details to have the code work the first time and every time. This typically means too many follow-up emails, and subsequent macro changes due to lack of specific details, just to get those details so that the macro would work, all of which is on my own free time.
The voice of experience from responding to many questions from people who ask me to write a macro for them from this site tells me this. I don't mean to come across as unhelpful but macros are usually very specific and without ALL of the specifics the macro I would write will not address all of your needs and the layout, location, formatting, conditions, etc. of your data and any related files the macro would have to work with.
What seems like a simple task to you is almost always more involved than what you think to have the macro ALWAYS work in EVERY situation.
If you have a macro you have already written and have a question about it then perhaps I could help with that. I am sure and hope you can and do understand.
| | |
| |
You are here: Experts > Computing/Technology > Microsoft Software > Excel > Excel will not update - Possible array formula?
Excel - Excel will not update - Possible array formula?
Expert: Bill - 11/3/2009
Question Bill,
I have been through multiple postings and have tried upteem things to no avail. The following formula refuses to update in xls (2007) unless I double-click the cell that is the target (H) and then click outside of it. Not fun - Any suggestions? Saw one posting stating that arrays could be the issue?
I have:
1. Confirmed auto calc on formula.
2. Copied pasted numerous formats.
3. Changed cells to different formats.
Thanks
=IF(G2>499,"L",IF(G2>50,"M",IF(G2>0,"S")))
Answer I doubt that it is an array issue especially this is not an array formula, at least not from what you have posted.
I have to ask the obvious - what happens when G2 changes? If it does not change then the formula's results will not change, as I am sure you already know. Other than confirming that the calc mode is set to Auto then I don't know what could be causing this - would need to see the file and that can't be done.
What happens when you press the CALC key (F9) after you change a value in G2, IF after changing the value in G2, the formula does not give you a different result?
Add to this Answer Ask a Question
|
|