Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a large spreadsheet which currently has 4000 * 12 cells in use each
with 3 calculations in nested if, hence 144,000 calc. e.g. If (A1 < "",IF(SUMPRODUCT(--FRED),SUMPRODUCT(--FRED)," ")," ") ..i.e. if A1 is blank then display space or if sum of FRED is 0 then display space would it be quicker to use IF(AND, eg. IF(AND(A1, < "",SUMPRODUCT(--FRED)),SUMPRODUCT(--FRED)," ") The reason I'm asking is it's taking a long time to run currently. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Possible to combine VLOOKUP and IF(AND) functions? | Excel Worksheet Functions | |||
web performance metrics chart help | Charts and Charting in Excel | |||
What tweaks are there to improve system performance in excel? | Excel Discussion (Misc queries) | |||
Can you create a performance dashboard using Excel? | Excel Discussion (Misc queries) | |||
Poor Workbook Performance due to Named Ranges | Excel Discussion (Misc queries) |