Tagged Questions
0
votes
1answer
81 views
Easy MS Excel - MIN column with IF condition checking another column
I'm analyzing some personal expenditures for somebody on Excel.
I have a column for calendar dates and a column for expenditures on that date.
Of course, there are days when there are no expenditures ...
1
vote
2answers
158 views
Display multiple cells if data on another workbook contains “X”value
I export a complex report daily and I transfer that information manually into another excel sheet. My question is: In workbook 1, can I get a group of cells in a row to display the text in workbook 2 ...
0
votes
1answer
117 views
excel function searching multiple rows
I have a worksheet with a column (A) with dates. Some rows between dates are blank. I want to put a cell on another sheet that searches sheet1, column A for a particular date, and when that date is ...
1
vote
1answer
53 views
Returning The Name of the highest value field
I have 4 field of Numeric Values, I want Excel To pick the highest value of them and show me the name of the field that is related to the highest one, for example:
Option 1 (J10) Option2 (K10) ...
0
votes
2answers
153 views
How do I add a value to a cell in Excel if it's an int?
I have an Excel table with some cells that are numbers and some cells that are strings. I want a function that can add search through the table, and if the cell is a number, add it(+) and if it's a ...
1
vote
3answers
258 views
Using a pre-existing function for a new row
I have an Excel document that contains X columns and N number of rows.
The very last column of a row performs a SUM of the first X-1 columns. The problem I have is, the user of this Excel document ...
2
votes
2answers
2k views
Excel - define a formula in one cell to be used in other cells with different inputs like a function
I use excel 2010.
I want to use a formula defined in one cell as if it was a user-defined function.
Example:
In A1 I put something like (I know it's not a real syntax):
= 3 * Input + 15
And then ...