Entering Actual Values

Apr 26, 2006

a colleague recently used my pc and "messed it up". when i enter a value in any cells, it is divided by 100, eg, when i enter 1, it shows as 0.01.

View 2 Replies


ADVERTISEMENT

Count Values In Weeks Estimated If Actual Figure Is Also There?

May 6, 2014

I'm trying to see how accurate people's work predictions are to actual work completed. So I have these formulas:

=IF(C15=0,"",(SUMIF(L$24:IO$24,"Est.",L15:IO15))) - total estimated days
=IF(C15=0,"",(IFERROR((SUMIF(L$13:IO$13,"Act.",L15:IO15)),""))) - total actual days

But the problem of course is that people estimate a load of work and only fill in the actual days as they go along, so the accuracy of comparing one to another is almost always misleading.

What I want to do is only count the values in the weeks Estimated if the Actual figure is also there (L24:IO24), which is always the cell directly on its right.

View 3 Replies View Related

Macro That Converts Abbreviations Into Actual Numerical Values

Jul 22, 2014

I extracted data going back to 1980 from Bloomberg and realized that BB uses abbreviations rather than pure numerical values. For example, 3,000,000 is "3M," 300,000,000 is "300M," etc. I need a macro that converts "M" into the actual value, "B" into the actual numerical value, etc. For example, a macro that converts "3M" into 3,000,000. I know that I can identify the values in VBA with "###M."

View 7 Replies View Related

Having Characters Appear After Entering Values?

Jan 8, 2014

I work in a fruit and veg business and they are using parchment and quill still, well it certainly feels that way. I have been asked by customers to provide an online order form which i will email to them and they can fill in and email back, i scanned an invoice and used OCR to upload it to excel and it has come out quite well.

Basically there are three columns of product lines and then directly to the right of each product is a column i have entitled Box & KG respectively, if the customer types a number into the box column i want it to automatically add 'Bx' to the end so this if they typed 5 in a cell in the box column it would look like this '5 Bx' (obviously without the quotes), and the same for the KG column but it would denote 5 KG instead, also i would want it to add in the space as well after the value.

View 3 Replies View Related

Looking Up Two Values From Two Sheets And Entering Third Value In Column?

Jul 22, 2014

I have two tabs BIN QTY and ORDERS. On the ORDERS tab Column A is the order number and is duplicated several times depending how many line items are on the order. The second key is Column H which is the part number which is unique per sales order. I'm trying to use these two values to look up or find the matches on the Bin Qty tab.

-The data in Column A (order tab) gets compared to Column B (BIN QTY tab)
-The second match is the Item no. Data Column H (order tab) to Column C in (BIN QTY tab).

-Once both values match it needs to pull the value from column G (BIN QTY tab) and enter it in column N (ORDERS tab).

My example is highlighted in blue with the result in green. I've tried several different index and match formulas with no luck. my Last was

=IFERROR(INDEX('BIN QTY'!$G$1:$G$7957,MATCH(ORDERS!$A1,'BIN QTY'!$B$1:$B$7957,0),
MATCH($H2,'BIN QTY'!$C$1:$C$7957,0)),0)
MY ORIGINAL SHEET IS MUCH LONGER

View 3 Replies View Related

Entering X And Y Values To Series Collection?

May 19, 2013

I have a VBA module in Access that extracts data and copies to an Excel spreadsheet. Every time I run the code additional data is extracted and displayed on a chart together with previous data. When I enter values to the series collection the first axis be it X or Y is entered correctly but the second axis produces error 1004 'unable to set XValues property of the series class' If I swap the lines of code around the error switches to 'Values' (y axis)

wchart.SeriesCollection(NoCurves).Values = wsheet.Cells(9, 3 + (3 * (NoCurves - 1)))
wchart.SeriesCollection(NoCurves).XValues = wsheet.Cells(8, 3 + (3 * (NoCurves - 1)))wsheet.Cells(a, b))
wchart.SeriesCollection(NoCurves).Name = wsheet.Range(Cells(6, 2 + (3 * (NoCurves - 1))), Cells(7, 2 + (3 * (NoCurves - 1))))

View 2 Replies View Related

Entering $ Sign (absolute Values)

Dec 18, 2008

I tried to make use of the indirect function but don't think this is the right type of formula to be used.

Essentially in column A..i have linked cell references

e.g = D2767
However, for the whole of the column I'd like to change the refs to =$D$2767, ALL in column A in one go.

I know that if you place the cursor in one cell immediately after the = sign and press F4 it automatically adds $ SIGNS TO THE CELL, which I find useful for V-lookups, but I obviously cannot do it (fill it) all the way down the column i'm using excel v7.

In addition or related how would I write an IF formula to read eg.

= IF (cell ref begins with C, then link and add PRECEDING AND FOLLOWING $ signs to all refs)?

View 9 Replies View Related

Slow Performance Entering Values On Spreadsheet

Jul 3, 2014

I have a home finance spreadsheet that I've been using for a few years and in the last couple of days it's ground to a halt. Whenever I enter a value in a cell and hit [ENTER] there is a long delay with the spinning wait icon (Windows 7) and the Excel window reports "Not responding". Eventually (3-4 minutes) the update occurs and everything is fine.

The workbook has 9 sheets on it but only one summary sheet references the others. The sheet I'm updating has about 2200 rows, 50 columns and the formulas are simple A+B-C types. Performance DOES NOT improve if I change recalculation to manual. The only VBA is some macros to perform tasks and they don't execute dynamically. Adding comments and changing formats responds immediately, it is only updating values that exhibits the problem.

I've tried replacing all formulas with their values (paste special/values) across the sheet but again this didn't work.

View 4 Replies View Related

Automated Pop Up Message When Entering Certain Values To Notify?

May 13, 2014

Dbod_BUDGET_TEMPLATE_NEW_test popup.xlsmHi,

I have created a budget template. In some instances, a discount is offered when more that x amount of products are ordered ( it varies,so I'll have to change the macro for each instance). I'd like to have a pop up box appear ( and dissapear again when pressing 'enter') that gives a notification like: a discount is applicable, select'

my cell with entered amount is "I54", and want a message if entered above 5

I tried the below and swapped places between sentence 1 and two as it doesn't seem to recognize subname, or sub start, or it just dissapears from my macro list ( although still a module): ( in the below order, it stated it expects the sub to end after sentence 1, if i remove sub popup () ( the title) ut just deletes the thing from my macro lsit,w hat is goign on!, and it just wont work)

'Sub popup()
Private Sub Worksheet_Change(ByVal Target As Range)
Dim rng As Range

[Code]....

View 1 Replies View Related

Save A Report On After Entering The Values In Spefice Cells

Nov 19, 2007

the code of how do stop saving a report if the spefic cells are not filled.

For ex: In a excel sheet in we have A1,A2,A3 there should be some values else its should not save and should show an alert stating that this cell is empty....

View 9 Replies View Related

Get Actual Number From 2 Cells?

Mar 25, 2014

I need to find a number (1, 2 or 3) and I am looking in two different cells for it. Now, Cell 1 might have the information; Cell 2 might have the information or BOTH Cells A AND B might have the information, or either cell (or both) might have different information. I can't do an IF/OR because I don't know which cell will have it, nor can I do an IF/AND for the same reason. I can't assume that they will both have the information -- so I can't just use a solution that includes a "divided by."

for example:

A
1 2
2 0

or maybe

A
1 3
2 3

or

A
1 4
2 1

If A1 or A2 is > 0, but <4, then that number

View 7 Replies View Related

Date To Return The Actual Day

Jan 13, 2009

how to get a date to return what the actual day? ie 13/01/09 is tuesday?

View 3 Replies View Related

How To Find Last Row With Actual Data

Feb 18, 2014

I constantly use the following to determine the last row in a worksheet for loop control purposes.

[Code] ......

In my current problem i have a worksheet that has been formatted such that the code above returns a value of ,say 150 where as the actual data stops at say row 34.

If I "watch" the value in Col A I see A34 = "1513(a)" which is valid data and A35 = ""

I can easily cycle through the worksheet and calculate the last used row myself but I am always looking for ways to let "VBA do the heavy lifting" when I can

View 3 Replies View Related

Display Actual URL Associated With Hyperlink?

Dec 21, 2012

I have a list of 5,000 urls and I'd like to see what the actual url that is returned for each of them. For example, if I run the url www.example.com/runningshoes, that url may redirect to www.example.com/shoes. I'd like to see what each url returns. Is there a formula/macro that I can use to see this? I'm not very experienced in using macros, but I'm willing to give it a shot if it'll work.

View 2 Replies View Related

Defining A Boolean Without It Having An Actual Value

Aug 23, 2007

once bTest is declared as a Boolean, it becomes equal to FALSE (I checked this after much head scratching). How does one assign a value to a boolean variable only after you make your test.

Sub foo()

Dim bTest As Boolean

If Range("a20").Value = False Then bTest = False '

View 9 Replies View Related

Conditional To Actual Formatting

Jan 17, 2008

I have a spreadsheet with a large amount of conditional formatting and formulas within it. In order to make the file smaller and more manageable for management, I need to copy the sheet into a new book and then paste special values it.

However, upon doing this, the conditional formatting remains active and so my formats all change.
How can I copy the formats, but not the conditions?

View 9 Replies View Related

Selecting The Actual Row Position

Feb 11, 2009

I got a list of data in many row. I need to erase some rows, With a macro, how do i select the actual row position.

I want to place a macro button on each row created. By pressing it, i want to activate a macro to erase the entire selected row.

All i need is to know how to select the active row of the selected cell activated.

View 9 Replies View Related

How To Get An Actual Live Clock

Nov 29, 2009

I am looking to get a Live Clock changing every minute..

Lets say I put the Total Time in the Cell A2 = 15 minutes and I have a Command Button next to it "Start"..

On the Click Event I want the Actual Time time-stamped at that moment in the Cell A3 and in Cell A4 the Time should keep on Ticking...

Can someone attach a file in Windows 2003 i.e .xls format and also explain the code if possible.

View 9 Replies View Related

Sum The Cells Displayed Value Not The Actual Value

Jul 10, 2006

On my worksheet, cell A1 and A2 both contain the value:
0.1655555

I've changed the number formatting to three decimal places so it appears on the sheet as 0.166.

In cell A3 I have a forumla =A1+A2 which currently comes back with the value 0.331 (0.1655555+0.1655555=0.331).

Instead of adding together 0.1655555 I want it to add the displayed value of 0.166 so it should then come back with the value 0.332.

View 3 Replies View Related

Data Labels Show As % Instead Actual Value

Feb 4, 2009

See xls file. I have this chart and the data labels are percentages instead of the actual value. How did these get that way? Under Chart Options there is a autotext box that is there but if I uncheck it, the data labels go back to the actual dollar value and that autotext box goes away.

I am totally baffeled by this despite serach the help, the internet and this forum. I am sure it is something easy I am missing.

Can some one provide some color on this?

I cut this from a larger book with many tabs because I am not able to send out the entire thing (proprietary).

View 6 Replies View Related

Enabling Actual Pivot Editing

Feb 14, 2014

I am trying to edit the data in the actual pivots rather than editing in the data source. i know there is vba code to enable pivot table editing.

How to enable this.

View 2 Replies View Related

Place The Actual Date In A Cell

Oct 22, 2007

Place the actual date in a cell. Here is my code

View 2 Replies View Related

Displays Date In Actual Cell Value

Apr 3, 2009

I discovered the following Macro (on another site). What I'm attempting to do is make data entry simple by entering a date such as 012209 and have a macro convert the entry to 01/22/09 as a legitimate date field. On entering 012209, the macro displays a value of 09/01/2021 with an actual cell value of 1/9/2021. I expected a value of 01/22/09.

Entering 010109 displays a value of 01/01/2009 with an actual cell value of 1/1/2009. I expected a value of 01/01/09 (I can live with this, just didn't expect a 4 digit year).

View 6 Replies View Related

Focus To The Activeworkbook And Not The Actual Add In Workbook

Oct 15, 2009

i am creating an add in that will allow me to display all pivot tables in a workbook, their name, sheet location and source data in al listbox (called LBPivot) on a form (called FrmPivot)

My problem is that i am not sure how to make sure it points the focus to the activeworkbook and not the actual add in workbook?

View 6 Replies View Related

Find Actual Day In Range Of Cells

Feb 19, 2009

i have this file with macro. But it doesnt works how i want. I need all data exctly in forms as are. So it can not will be changed. I hope it will be works, if i define my macro other.

I find actual day in column C where are dates. But now it find only if is there value like now(). In this file it found cell D24, but i need, that it will find cell C24. I need search only actual day in column C.

View 5 Replies View Related

Reference Actual Output Of Formula?

Sep 19, 2012

I have a column A with date formatted as dd/mm/yyyy. I then have a column B which is =A, and I reformat the date formats to a custom format DDDD which gives me the day of the week that the date relates to.

I then try and write an if statement

e.g. =If(b1="Friday",1,0)

B1 always references the date which is stored as 40118, when I need it to reference the actual formatted value that I see in the cell e.g. Friday?

View 4 Replies View Related

Change The Actual Code Words

Nov 8, 2007

how would one change the actual code words - instead of using if statements i would like to have when statements that do exactly the same thing, i just want to write "when blah then blah"

View 9 Replies View Related

Formula Returns Actual Rather Than Minimum

Mar 11, 2008

I have this formula in E19: ...

View 9 Replies View Related

Code To Select Actual Range

Feb 25, 2009

I have created the following code by recording a macro. The ActiveCells (“A1.A5203”) were based upon the actual number of records at that time. I wish for this macro to be used in a template and the actual number of records will vary from time to time. What do I need to add to this code to allow the AutoFill function to operate and fill only the actual number of records that exist.

ActiveCell.FormulaR1C1 = "=LEN(RC[-2])"
Selection.AutoFill Destination:=ActiveCell.Range("A1:A5203")
ActiveCell.Range("A1:A5203").Select
ActiveCell.Offset(0, 1).Range("A1").Select
ActiveCell.FormulaR1C1 = "=IF(RC[-1]=8,""0""&RC[-3],RC[-3])"
Selection.AutoFill Destination:=ActiveCell.Range("A1:A5203")
ActiveCell.Range("A1:A5203").Select

View 9 Replies View Related

Actual Vs. Plan In Pivot Table

Mar 23, 2007

I've attached a simplified worksheet which tracks the calls of a team of salespeople along with a pivot table showing their results for Jan-Mar. I've also included a summary of their planned calls for the period. Ideally what I'd like to do is have the pivot table show actual calls, planned calls and variance for each salesperson and each month as seen on A37-J42.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved