...I.e. be green if the value is from 20% to 40% (going for a heatmap view). I'm pretty sure this is identifying if the value is exactly the criteria * 0.2 rather than greater then the criteria * 0.2. Hopefully that makes sense. I'm going to mess with it a bit and see if I can get the syntax...
Hello all,
I'm a pure VBA beginner, working on some conditional formatting for eight conditions. The conditional formatting works fine but I'm recycling some basic internet found code and locking down the location in the spreadsheet I'm testing against is causing me problems.
Here's the code...
Hello all,
I'm a pure VBA beginner, working on some conditional formatting for eight conditions. The conditional formatting works fine but I'm recycling some basic internet found code and locking down the location in the spreadsheet I'm testing against is causing me problems.
Here's the code...
If you have all of the data setup the correct way in sheet 1, why do you need to use formulas to get it onto sheet 2?
A better way to ask: What are you changing from sheet 1 to sheet 2?
Good afternoon!
I'm getting a generic error message using Impromptu 7.1 that doesn't help me troubleshoot:
NCR TDATA.DLL "Continue request submitted but no response to return."
The query works fine when I'm filtered for only a few lines of results. I'm looking to remove the filter to pull...
...Column H: =COUNTIF(C2:C50000,G2)
Column I: =LEFT(G2,FIND(" ",G2)-1)
Column J: =MID(G2,FIND(" ",G2)+1,100)
Column K: =H2
This will take a *long* time to process based on the size of your dataset but it will return the unique list of combinations with a count... some standard sorting will then...
It would help to know the formula in A1, does the formula return a blank?
If so, =if(A1="","---",1) should work... but if fully depends on what the formula in A1 is.
I'd love to hear the exact answer to this myself as I've encountered this problem frequently. I can't speak to the specifics but it seems to be related to the order the programs are opened and how that makes them group with each other.
Along the some lines as opening two sessions of Excel vs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.