Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1052305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:04:23+00:00 2026-05-16T17:04:23+00:00

I have a great excel formula I have been using but I want to

  • 0

I have a great excel formula I have been using but I want to distribute something a little more substantial and durable and also user friendly to my group of designers at work. I am also dealing with negative numbers unfortunately so going by the minimum value would not work.

So if textbox1 said 13, textbox2 said 4, and textbox3 said -1, text box 3 would light up or whatever action I chose be performed since -1 is the closest to zero.

Not that it really helps, but the excel formula goes like this: =INDEX(A61:A78,MATCH(MIN(INDEX(ABS(A61:A78),0,1)),INDEX(ABS(A61:A78),0,1),0))

Thanks for any help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T17:04:24+00:00Added an answer on May 16, 2026 at 5:04 pm

    Here is a “fun with LINQ” method

    Func<string, bool> isDecimal = s => { decimal temp; return decimal.TryParse(s, out temp);};
    TextBox closestToZero =
        (from tb in this.Controls.OfType<TextBox>()
            where isDecimal(tb.Text)
            orderby Math.Abs(decimal.Parse(tb.Text))
            select tb)
            .FirstOrDefault();
    
    if (closestToZero != null)
        MessageBox.Show(closestToZero.Text);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been using Apache POI for quite sometime and it works great but
I have a great problem about the rotation in three.js I want to rotate
We have an application that is built with Excel as the front end using
I'm writing excel sheets with xlwt, and it's working great except for one little
I have an Excel file in which i have 50 questions i want to
i have existing code that generates a spreadsheet from excel using OpenXML. It works
I have a script that pulls data out of an excel spreadsheet using the
I have a ASP.NET MVC 4 application with Web API. It's working great. But
I have recently been asked if I could make a macro in Excel VBA
I'm importing a .txt file into a Microsoft Excel sheet, it works great, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.