Skip to main content

All Questions

Tagged with
0 votes
0 answers
6 views

IF AND and conditional formatting question

I am trying to find the right formula for the below situation. Not sure if conditional formatting is the answer or a formula or a combination. I have reviewed guidance for how to use IF and IFS as ...
Bonkable's user avatar
-3 votes
0 answers
26 views

Excel - Way to map out charging info for a team that ultimately max's out at 40 hours and redistributes reduced funding to other assigned members [closed]

I'm looking for a better method of accomplishing my goal, I'm entirely open to a complete overhaul of what I have now. I'm part of a team of 70+ members that support numerous programs, and even more ...
adamk858's user avatar
0 votes
1 answer
40 views

Excel trailing zeros

Given this formula in excel =TEXT(ROUND(R22,C13),"0.00") How do I make so that "0.00" is calculated automatically depending on the number of digits inputted in C13. Ex1 C13 = 3 and ...
sequoia-datasheet's user avatar
0 votes
3 answers
68 views

I need an excel formula that if a number in cell A1 is 1,2 or 3 then put number 8 in cell A2. If not leave blank

I need an excel formula that if a number in cell A1 is 1,2 or 3 then put number 8 in cell A2. If not leave blank. I tried a bunch of formulas but I don't know what this one would be called. Sounds ...
Craig Charron's user avatar
0 votes
0 answers
19 views

How to set time interval between automatic calculations in Excel

I have a spreadsheet which source data from external sources and many formulas depends on these source data. The source data are updating frequently (sub-second), but my spreadsheet is too heavy to ...
xymzh's user avatar
  • 165
0 votes
0 answers
39 views

REF error in libreoffice calc, when trying to get address from another book

I need to get address from anoter book in LO calc. I do that in excell with success, but calc return me a ref error. I use 3 functions: match, index and cell. calc =CELL("address";INDEX('...
Vladimir Kalinin's user avatar
0 votes
1 answer
25 views

How to find the three largest values among cells in different columns in Excel in Portuguese?

I'm trying to calculate the three largest values among cells that are distributed across different columns in Excel, using the Portuguese version of the software. The cells I want to compare are in ...
czargab18's user avatar
0 votes
0 answers
29 views

IF V16 is greater than 0, does S5=D17? True do nothing, False highlight

I want to get a cell to highlight is the value in cell V16 is greater than 0. I then want it to check if S5=D17. If this is True, no action is required. But if it is False, I want it to highlight. =IF(...
Brittany Sproat MissBrissy's user avatar
0 votes
1 answer
52 views

Weird hidden character in Excel that counts up in COUNTIF

I have an Excel sheet which is automatically created by an export of a time scheduler system. I want to count some columns content (to filter out all rows with no content). But weird: some cells ...
Robbit's user avatar
  • 194
0 votes
0 answers
75 views

VBA - change cell formatting based on another cell's format

How to change cell formatting based on another cell's format? I tried the following code: Range("A9:A9").Select Range(Selection, Selection.End(xlDown)).Select Selection.FormatConditions.Add ...
Ye Lwin's user avatar
0 votes
1 answer
35 views

Can VBA be used to set print area as a formula in a sheet?

I am using VBA to create sheets from a template and then creating named ranges scoped for each sheet created. Each named range corresponds to the print area that would be a page when printed. I also ...
Gimmetime's user avatar
0 votes
1 answer
47 views

Excel Formula Combine MATCH , INDEX, COUNT

I have 2 sheets. the first one called 'Employee' the second 'Database' In 'Employee' sheet in cell 'AO3' I want to bring the sum of comment ' Meet Expectation' how much declared for 'x' employee based ...
New User With you's user avatar
0 votes
3 answers
53 views

excel get sheet name from address

i am trying to get the full sheetname dynamically from the address with the below formula in another sheet. is there a better way ? address : '[Airport - Daily Burn Rate_2024.05.08.xlsx]HQ 2024'!$A$1 ...
Umut K's user avatar
  • 1,388
-1 votes
1 answer
391 views

Excel: Lookup '1' and return multiple values

This seems rather simple be cannot currently find a solve for this. I am currently in a spreadsheet, which has a column that is returning a binary value on the basis of random sampling. I need to ...
pycharge's user avatar
0 votes
0 answers
41 views

Excel: Countif with multiple criteria

Sheets("Create Summary").Range("B3").Value2 = _ Excel.WorksheetFunction.CountIfs( _ wsSourceData.[P:P], "Airports", wsSourceData.[AQ:AQ], "Not completed&...
Anshu's user avatar
  • 11
0 votes
0 answers
11 views

In Excel, I use a dropdown list which populates cells. I have enabled multiple select in the ddlist, but now the cells do not populate?

I have a dropdown list on excel. When an item is selected it prepopulates cells using VLOOKUP from the table/dropdown list. Now I have modified the VBA to enable multiple selection in the dropdown ...
JMyhill's user avatar
0 votes
1 answer
35 views

Excel compute of time duration based on criteria

I want to fill a formula in Column D that computes the status duration based on the agent on Column B. Example: I need a formula that computes On Call duration on Cell D2 for Agent John from 8AM until ...
Harvey's user avatar
  • 143
-6 votes
2 answers
53 views

Formula assistance

I am trying to create a formula and cant get it to work. So - IF x is >=1000 - 100 however IF x is <999 *80% So the equation if I entered 1000 would equal 900, but if I entered 800 it would ...
Terri Griffiths's user avatar
1 vote
2 answers
85 views

Trying to get names from a box on the right to automatically appear in another box when a different box has a value in it

hope the title wasn't too confusing. this is my project: I'm trying to figure out how to get the names on the right (NICK-GL) to stack on top of each other at the bottom, when one of the mon-fri ...
user avatar
0 votes
1 answer
794 views

excel formula to find the first row that contains specific text

I am trying to find the cell address of the first row that contains the letters "H" "A" "B" "C" "T" separately. at the moment I have formulas to find ...
Seb358's user avatar
  • 33
1 vote
2 answers
254 views

Excel formula to compare date/time and report if it is less than 24 hours

I'm trying to create an excel formula to check the difference between cells C2 (opening time) and O2 (closing time) and add value within 24 hours or over 24 hours INC6531515 4/03/2024 20:56 5/03/2024 ...
Kermitneedshelp's user avatar
1 vote
1 answer
127 views

Automatically change cell reference in formulas, based off of cell updating

I have a couple of formulas that are currently being manually updated every time someone wants to change the row that the formula is referencing. The current formula is: ="Call raised for a "...
Midge431's user avatar
0 votes
0 answers
75 views

Averaging Multiple Ranges to ignore 0's and N/As

I am trying to make an excel formula that averages across multiple ranges. I've tried 2 different methods but neither have worked 100%. The first formula I tried is: =IFERROR(AVERAGE(IFERROR(VLOOKUP(...
josh694512's user avatar
0 votes
2 answers
124 views

Calculating percent error of each element of a list given a list of ratios

On Excel/Google Sheets, I have a set of measurements (U to Z for this example) that need to match a set of target ratios (for this example, U to Z must follow a ratio of 2:1:14:7:1:1, so ideally W ...
pwnator's user avatar
  • 23
0 votes
0 answers
82 views

VBA Formula Instead of FormulaR1C1

Following code works as intended. However I am trying to avoid copying the formulas in each cell inside my FormulaArray using FormulaR1C1. It slows down my data collection in my other array. Because ...
mjac's user avatar
  • 155
0 votes
1 answer
115 views

EXCEL- Trying to count specific dates between two but also in specicif Years. Excluding the days before or after the dates asked

I've been looking and searching for this for way too long. I made some dates and added some for tests which I will share. I'm trying to count days between two dates, leaving it blank if a cell is ...
NancyTigress's user avatar
0 votes
1 answer
27 views

Can I Translate a Pasted Time Value in an Excel Cell So That It Is Stored and Displayed Correctly?

Whenever I input a time in the Excel cell it is not recognized. Given the custom format for the cell(s) that I am using, a recognized value inputted into the formula bar will be displayed correctly as ...
LaserBoss's user avatar
-2 votes
3 answers
58 views

Excel nested IF function [closed]

I'm having trouble with a nested IF function. I want to assign a "T" value to a cell based on its number value between a Max and Min number. The number resides in cells within Column H. ...
MJobbson's user avatar
  • 169
0 votes
0 answers
60 views

moved an excel file between two computers and curly brackets was added to formulas

Moved a file from my laptop to desktop. Laptop has Office 2021, Desktop has 2019. Formulas like this: =IFNA(INDEX(Earning!$A$1:$N$1000,MATCH(CONCATENATE(ROW()-ROW(G$2),"_",VALUE(E$1)),...
Saar Zar's user avatar
0 votes
0 answers
22 views

Excel: Is this possible: Extract last line from within file linked in excel?

I am trying to figure out if there is an easy way within excel to extract a line of text from a linked file in a cell? Example: we are trying to track down the last user who used a computer, we have ...
IT4Gov's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
112